Html Css Color HEX #D904A4 Hollywood Cerise

📋 copy color: '#D904A4'

red 217 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #D904A4

Tints of Hollywood Cerise #D904A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 56.36%
G = 1.04%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D904A4 (or 0xD904A4) is known color: Hollywood Cerise. HEX triplet: D9, 04 and A4. RGB value is (217,4,164). Sum of RGB (Red+Green+Blue) = 217+4+164=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D904A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D904A4 is #26FB5B. Grayscale: #555555. Windows color (decimal): -2554716 or 10749145. OLE color: 10749145.

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

Color convert

RGB 217 4 164 -
CMYK 0 0.98 0.24 0.15
HSL 314.93º 0.96% 0.43% -
HSV(B) 314.93º 0.98% 0.85% -
XYZ 35.36 17.52 36.64 -
YUV 85.93 172.07 221.49 -
System Red Green Blue C M Y K H S L
Decimal 217 4 164 0 0.98 0.24 0.15 314.93 0.96 0.43
Hex D9 4 A4 0 62 18 F 13B 60 2B
Octal 331 4 244 0 142 30 17 473 140 53
Binary 11011001 100 10100100 0 1100010 11000 1111 100111011 1100000 101011

Color Harmonies of #D904A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904A4

Black with #D904A4

Text Example


Text Example

White with #D904A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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