Html Css Color HEX #D912AC Hollywood Cerise

📋 copy color: '#D912AC'

red 217 ◦ green 18 ◦ blue 172

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

Shades of Hollywood Cerise #D912AC

Tints of Hollywood Cerise #D912AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 53.32%
G = 4.42%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D912AC (or 0xD912AC) is known color: Hollywood Cerise. HEX triplet: D9, 12 and AC. RGB value is (217,18,172). Sum of RGB (Red+Green+Blue) = 217+18+172=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D912AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912AC is #26ED53. Grayscale: #5E5E5E. Windows color (decimal): -2551124 or 11277017. OLE color: 11277017.

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

Color convert

RGB 217 18 172 -
CMYK 0 0.92 0.21 0.15
HSL 313.57º 0.85% 0.46% -
HSV(B) 313.57º 0.92% 0.85% -
XYZ 36.28 18.16 40.62 -
YUV 95.06 171.43 214.98 -
System Red Green Blue C M Y K H S L
Decimal 217 18 172 0 0.92 0.21 0.15 313.57 0.85 0.46
Hex D9 12 AC 0 5C 15 F 13A 55 2E
Octal 331 22 254 0 134 25 17 472 125 56
Binary 11011001 10010 10101100 0 1011100 10101 1111 100111010 1010101 101110

Color Harmonies of #D912AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912AC

Black with #D912AC

Text Example


Text Example

White with #D912AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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