Html Css Color HEX #D904A9 Hollywood Cerise

📋 copy color: '#D904A9'

red 217 ◦ green 4 ◦ blue 169

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

Shades of Hollywood Cerise #D904A9

Tints of Hollywood Cerise #D904A9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 169 (66.41% from 255) = 43.33%

R = 55.64%
G = 1.03%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D904A9 (or 0xD904A9) is known color: Hollywood Cerise. HEX triplet: D9, 04 and A9. RGB value is (217,4,169). Sum of RGB (Red+Green+Blue) = 217+4+169=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D904A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D904A9 is #26FB56. Grayscale: #565656. Windows color (decimal): -2554711 or 11076825. OLE color: 11076825.

HSL color Cylindrical-coordinate representation of color #D904A9: hue angle of 313.52º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904A9 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 169 -
CMYK 0 0.98 0.22 0.15
HSL 313.52º 0.96% 0.43% -
HSV(B) 313.52º 0.98% 0.85% -
XYZ 35.82 17.7 39.07 -
YUV 86.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 217 4 169 0 0.98 0.22 0.15 313.52 0.96 0.43
Hex D9 4 A9 0 62 16 F 13A 60 2B
Octal 331 4 251 0 142 26 17 472 140 53
Binary 11011001 100 10101001 0 1100010 10110 1111 100111010 1100000 101011

Color Harmonies of #D904A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904A9

Black with #D904A9

Text Example


Text Example

White with #D904A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904A9; }

 p { color: rgb(217,4,169); }

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

background-color css

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

 a { background-color: rgb(217,4,169); }

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

border-color css

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

 span { border-color: rgb(217,4,169); }

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