Html Css Color HEX #D94C9C Mulberry

📋 copy color: '#D94C9C'

red 217 ◦ green 76 ◦ blue 156

#D94C9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #D94C9C

Tints of Mulberry #D94C9C

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 48.33%
G = 16.93%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D94C9C (or 0xD94C9C) is known color: Mulberry. HEX triplet: D9, 4C and 9C. RGB value is (217,76,156). Sum of RGB (Red+Green+Blue) = 217+76+156=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C9C is #26B363. Grayscale: #7F7F7F. Windows color (decimal): -2536292 or 10243289. OLE color: 10243289.

HSL color Cylindrical-coordinate representation of color #D94C9C: hue angle of 325.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C9C is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 156 -
CMYK 0 0.65 0.28 0.15
HSL 325.96º 0.65% 0.57% -
HSV(B) 325.96º 0.65% 0.85% -
XYZ 37.2 22.32 33.8 -
YUV 127.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 217 76 156 0 0.65 0.28 0.15 325.96 0.65 0.57
Hex D9 4C 9C 0 41 1C F 146 41 39
Octal 331 114 234 0 101 34 17 506 101 71
Binary 11011001 1001100 10011100 0 1000001 11100 1111 101000110 1000001 111001

Color Harmonies of #D94C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C9C

Black with #D94C9C

Text Example


Text Example

White with #D94C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C9C; }

 p { color: rgb(217,76,156); }

 H1.HeaderClassName
 {
   color: #D94C9C;
 }
 .AnyTagClassName
 {
   color: #D94C9C;
 }
</style>

background-color css

<style>
 a { background-color: #D94C9C; }

 a { background-color: rgb(217,76,156); }

 div.DivClassName
 {
   background-color: #D94C9C;
 }
 .BgClassName
 {
   background-color: #D94C9C;
 }
</style>

border-color css

<style>
 span { border-color: #D94C9C; }

 span { border-color: rgb(217,76,156); }

 td.TdClassName
 {
   border-color: #D94C9C;
 }
 .TagClassName
 {
   border-color: #D94C9C;
 }
</style>