Html Css Color HEX #D94BAB Mulberry

📋 copy color: '#D94BAB'

red 217 ◦ green 75 ◦ blue 171

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

Shades of Mulberry #D94BAB

Tints of Mulberry #D94BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 46.87%
G = 16.2%
B = 36.93%

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

#D94BAB (or 0xD94BAB) is known color: Mulberry. HEX triplet: D9, 4B and AB. RGB value is (217,75,171). Sum of RGB (Red+Green+Blue) = 217+75+171=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BAB is #26B454. Grayscale: #808080. Windows color (decimal): -2536533 or 11226073. OLE color: 11226073.

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

Color convert

RGB 217 75 171 -
CMYK 0 0.65 0.21 0.15
HSL 319.44º 0.65% 0.57% -
HSV(B) 319.44º 0.65% 0.85% -
XYZ 38.48 22.72 40.89 -
YUV 128.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 217 75 171 0 0.65 0.21 0.15 319.44 0.65 0.57
Hex D9 4B AB 0 41 15 F 13F 41 39
Octal 331 113 253 0 101 25 17 477 101 71
Binary 11011001 1001011 10101011 0 1000001 10101 1111 100111111 1000001 111001

Color Harmonies of #D94BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94BAB

Black with #D94BAB

Text Example


Text Example

White with #D94BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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