Html Css Color HEX #D412A8 Hollywood Cerise

📋 copy color: '#D412A8'

red 212 ◦ green 18 ◦ blue 168

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

Shades of Hollywood Cerise #D412A8

Tints of Hollywood Cerise #D412A8

RGB

 RED value IS 212 (83.2% from 255) = 53.27%

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

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

R = 53.27%
G = 4.52%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D412A8 (or 0xD412A8) is known color: Hollywood Cerise. HEX triplet: D4, 12 and A8. RGB value is (212,18,168). Sum of RGB (Red+Green+Blue) = 212+18+168=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D412A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D412A8 is #2BED57. Grayscale: #5C5C5C. Windows color (decimal): -2878808 or 11014868. OLE color: 11014868.

HSL color Cylindrical-coordinate representation of color #D412A8: hue angle of 313.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D412A8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 168 -
CMYK 0 0.92 0.21 0.17
HSL 313.61º 0.84% 0.45% -
HSV(B) 313.61º 0.92% 0.83% -
XYZ 34.44 17.26 38.56 -
YUV 93.11 170.27 212.8 -
System Red Green Blue C M Y K H S L
Decimal 212 18 168 0 0.92 0.21 0.17 313.61 0.84 0.45
Hex D4 12 A8 0 5C 15 11 13A 54 2D
Octal 324 22 250 0 134 25 21 472 124 55
Binary 11010100 10010 10101000 0 1011100 10101 10001 100111010 1010100 101101

Color Harmonies of #D412A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412A8

Black with #D412A8

Text Example


Text Example

White with #D412A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412A8; }

 p { color: rgb(212,18,168); }

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

background-color css

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

 a { background-color: rgb(212,18,168); }

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

border-color css

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

 span { border-color: rgb(212,18,168); }

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