Html Css Color HEX #D912A2 Hollywood Cerise

📋 copy color: '#D912A2'

red 217 ◦ green 18 ◦ blue 162

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

Shades of Hollywood Cerise #D912A2

Tints of Hollywood Cerise #D912A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 54.66%
G = 4.53%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D912A2 (or 0xD912A2) is known color: Hollywood Cerise. HEX triplet: D9, 12 and A2. RGB value is (217,18,162). Sum of RGB (Red+Green+Blue) = 217+18+162=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D912A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912A2 is #26ED5D. Grayscale: #5D5D5D. Windows color (decimal): -2551134 or 10621657. OLE color: 10621657.

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

Color convert

RGB 217 18 162 -
CMYK 0 0.92 0.25 0.15
HSL 316.58º 0.85% 0.46% -
HSV(B) 316.58º 0.92% 0.85% -
XYZ 35.35 17.79 35.75 -
YUV 93.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 217 18 162 0 0.92 0.25 0.15 316.58 0.85 0.46
Hex D9 12 A2 0 5C 19 F 13D 55 2E
Octal 331 22 242 0 134 31 17 475 125 56
Binary 11011001 10010 10100010 0 1011100 11001 1111 100111101 1010101 101110

Color Harmonies of #D912A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912A2

Black with #D912A2

Text Example


Text Example

White with #D912A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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