Html Css Color HEX #D900AC Hollywood Cerise

📋 copy color: '#D900AC'

red 217 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #D900AC

Tints of Hollywood Cerise #D900AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 55.78%
G = 0%
B = 44.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D900AC (or 0xD900AC) is known color: Hollywood Cerise. HEX triplet: D9, 00 and AC. RGB value is (217,0,172). Sum of RGB (Red+Green+Blue) = 217+0+172=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D900AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900AC is #26FF53. Grayscale: #545454. Windows color (decimal): -2555732 or 11272409. OLE color: 11272409.

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

Color convert

RGB 217 0 172 -
CMYK 0 1 0.21 0.15
HSL 312.44º 1% 0.43% -
HSV(B) 312.44º 1% 0.85% -
XYZ 36.06 17.73 40.55 -
YUV 84.49 177.39 222.51 -
System Red Green Blue C M Y K H S L
Decimal 217 0 172 0 1 0.21 0.15 312.44 1 0.43
Hex D9 0 AC 0 64 15 F 138 64 2B
Octal 331 0 254 0 144 25 17 470 144 53
Binary 11011001 0 10101100 0 1100100 10101 1111 100111000 1100100 101011

Color Harmonies of #D900AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900AC

Black with #D900AC

Text Example


Text Example

White with #D900AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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