Html Css Color HEX #D612A8 Hollywood Cerise

📋 copy color: '#D612A8'

red 214 ◦ green 18 ◦ blue 168

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

Shades of Hollywood Cerise #D612A8

Tints of Hollywood Cerise #D612A8

RGB

 RED value IS 214 (83.98% from 255) = 53.5%

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

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

R = 53.5%
G = 4.5%
B = 42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D612A8 (or 0xD612A8) is known color: Hollywood Cerise. HEX triplet: D6, 12 and A8. RGB value is (214,18,168). Sum of RGB (Red+Green+Blue) = 214+18+168=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D612A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612A8 is #29ED57. Grayscale: #5D5D5D. Windows color (decimal): -2747736 or 11014870. OLE color: 11014870.

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

Color convert

RGB 214 18 168 -
CMYK 0 0.92 0.21 0.16
HSL 314.08º 0.84% 0.45% -
HSV(B) 314.08º 0.92% 0.84% -
XYZ 35.02 17.56 38.59 -
YUV 93.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 214 18 168 0 0.92 0.21 0.16 314.08 0.84 0.45
Hex D6 12 A8 0 5C 15 10 13A 54 2D
Octal 326 22 250 0 134 25 20 472 124 55
Binary 11010110 10010 10101000 0 1011100 10101 10000 100111010 1010100 101101

Color Harmonies of #D612A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612A8

Black with #D612A8

Text Example


Text Example

White with #D612A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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