Html Css Color HEX #D94CA6 Mulberry

📋 copy color: '#D94CA6'

red 217 ◦ green 76 ◦ blue 166

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

Shades of Mulberry #D94CA6

Tints of Mulberry #D94CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 47.28%
G = 16.56%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D94CA6 (or 0xD94CA6) is known color: Mulberry. HEX triplet: D9, 4C and A6. RGB value is (217,76,166). Sum of RGB (Red+Green+Blue) = 217+76+166=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CA6 is #26B359. Grayscale: #808080. Windows color (decimal): -2536282 or 10898649. OLE color: 10898649.

HSL color Cylindrical-coordinate representation of color #D94CA6: hue angle of 321.7º 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 #D94CA6 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 166 -
CMYK 0 0.65 0.24 0.15
HSL 321.7º 0.65% 0.57% -
HSV(B) 321.7º 0.65% 0.85% -
XYZ 38.08 22.67 38.45 -
YUV 128.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 217 76 166 0 0.65 0.24 0.15 321.7 0.65 0.57
Hex D9 4C A6 0 41 18 F 142 41 39
Octal 331 114 246 0 101 30 17 502 101 71
Binary 11011001 1001100 10100110 0 1000001 11000 1111 101000010 1000001 111001

Color Harmonies of #D94CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CA6

Black with #D94CA6

Text Example


Text Example

White with #D94CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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