Html Css Color HEX #D900AD Hollywood Cerise

📋 copy color: '#D900AD'

red 217 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #D900AD

Tints of Hollywood Cerise #D900AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 55.64%
G = 0%
B = 44.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D900AD (or 0xD900AD) is known color: Hollywood Cerise. HEX triplet: D9, 00 and AD. RGB value is (217,0,173). Sum of RGB (Red+Green+Blue) = 217+0+173=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D900AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900AD is #26FF52. Grayscale: #545454. Windows color (decimal): -2555731 or 11337945. OLE color: 11337945.

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

Color convert

RGB 217 0 173 -
CMYK 0 1 0.20 0.15
HSL 312.17º 1% 0.43% -
HSV(B) 312.17º 1% 0.85% -
XYZ 36.16 17.77 41.06 -
YUV 84.61 177.89 222.43 -
System Red Green Blue C M Y K H S L
Decimal 217 0 173 0 1 0.20 0.15 312.17 1 0.43
Hex D9 0 AD 0 64 14 F 138 64 2B
Octal 331 0 255 0 144 24 17 470 144 53
Binary 11011001 0 10101101 0 1100100 10100 1111 100111000 1100100 101011

Color Harmonies of #D900AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900AD

Black with #D900AD

Text Example


Text Example

White with #D900AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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