Html Css Color HEX #D900A8 Hollywood Cerise

📋 copy color: '#D900A8'

red 217 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #D900A8

Tints of Hollywood Cerise #D900A8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 168 (66.02% from 255) = 43.64%

R = 56.36%
G = 0%
B = 43.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D900A8 (or 0xD900A8) is known color: Hollywood Cerise. HEX triplet: D9, 00 and A8. RGB value is (217,0,168). Sum of RGB (Red+Green+Blue) = 217+0+168=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D900A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900A8 is #26FF57. Grayscale: #535353. Windows color (decimal): -2555736 or 11010265. OLE color: 11010265.

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

Color convert

RGB 217 0 168 -
CMYK 0 1 0.23 0.15
HSL 313.55º 1% 0.43% -
HSV(B) 313.55º 1% 0.85% -
XYZ 35.68 17.58 38.56 -
YUV 84.04 175.39 222.84 -
System Red Green Blue C M Y K H S L
Decimal 217 0 168 0 1 0.23 0.15 313.55 1 0.43
Hex D9 0 A8 0 64 17 F 13A 64 2B
Octal 331 0 250 0 144 27 17 472 144 53
Binary 11011001 0 10101000 0 1100100 10111 1111 100111010 1100100 101011

Color Harmonies of #D900A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900A8

Black with #D900A8

Text Example


Text Example

White with #D900A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900A8; }

 p { color: rgb(217,0,168); }

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

background-color css

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

 a { background-color: rgb(217,0,168); }

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

border-color css

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

 span { border-color: rgb(217,0,168); }

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