Html Css Color HEX #D94CAB Mulberry

📋 copy color: '#D94CAB'

red 217 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #D94CAB

Tints of Mulberry #D94CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 46.77%
G = 16.38%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D94CAB (or 0xD94CAB) is known color: Mulberry. HEX triplet: D9, 4C and AB. RGB value is (217,76,171). Sum of RGB (Red+Green+Blue) = 217+76+171=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CAB is #26B354. Grayscale: #808080. Windows color (decimal): -2536277 or 11226329. OLE color: 11226329.

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

Color convert

RGB 217 76 171 -
CMYK 0 0.65 0.21 0.15
HSL 319.57º 0.65% 0.57% -
HSV(B) 319.57º 0.65% 0.85% -
XYZ 38.55 22.86 40.91 -
YUV 128.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 217 76 171 0 0.65 0.21 0.15 319.57 0.65 0.57
Hex D9 4C AB 0 41 15 F 140 41 39
Octal 331 114 253 0 101 25 17 500 101 71
Binary 11011001 1001100 10101011 0 1000001 10101 1111 101000000 1000001 111001

Color Harmonies of #D94CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CAB

Black with #D94CAB

Text Example


Text Example

White with #D94CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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