Html Css Color HEX #D906AB Hollywood Cerise

📋 copy color: '#D906AB'

red 217 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #D906AB

Tints of Hollywood Cerise #D906AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 55.08%
G = 1.52%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D906AB (or 0xD906AB) is known color: Hollywood Cerise. HEX triplet: D9, 06 and AB. RGB value is (217,6,171). Sum of RGB (Red+Green+Blue) = 217+6+171=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D906AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D906AB is #26F954. Grayscale: #575757. Windows color (decimal): -2554197 or 11208409. OLE color: 11208409.

HSL color Cylindrical-coordinate representation of color #D906AB: hue angle of 313.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906AB is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 171 -
CMYK 0 0.97 0.21 0.15
HSL 313.08º 0.95% 0.44% -
HSV(B) 313.08º 0.97% 0.85% -
XYZ 36.03 17.82 40.07 -
YUV 87.9 174.9 220.08 -
System Red Green Blue C M Y K H S L
Decimal 217 6 171 0 0.97 0.21 0.15 313.08 0.95 0.44
Hex D9 6 AB 0 61 15 F 139 5F 2C
Octal 331 6 253 0 141 25 17 471 137 54
Binary 11011001 110 10101011 0 1100001 10101 1111 100111001 1011111 101100

Color Harmonies of #D906AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D906AB

Black with #D906AB

Text Example


Text Example

White with #D906AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D906AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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