Html Css Color HEX #D612A7 Hollywood Cerise

📋 copy color: '#D612A7'

red 214 ◦ green 18 ◦ blue 167

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

Shades of Hollywood Cerise #D612A7

Tints of Hollywood Cerise #D612A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.85%

R = 53.63%
G = 4.51%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D612A7 (or 0xD612A7) is known color: Hollywood Cerise. HEX triplet: D6, 12 and A7. RGB value is (214,18,167). Sum of RGB (Red+Green+Blue) = 214+18+167=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D612A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612A7 is #29ED58. Grayscale: #5D5D5D. Windows color (decimal): -2747737 or 10949334. OLE color: 10949334.

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

Color convert

RGB 214 18 167 -
CMYK 0 0.92 0.22 0.16
HSL 314.39º 0.84% 0.45% -
HSV(B) 314.39º 0.92% 0.84% -
XYZ 34.92 17.52 38.1 -
YUV 93.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 214 18 167 0 0.92 0.22 0.16 314.39 0.84 0.45
Hex D6 12 A7 0 5C 16 10 13A 54 2D
Octal 326 22 247 0 134 26 20 472 124 55
Binary 11010110 10010 10100111 0 1011100 10110 10000 100111010 1010100 101101

Color Harmonies of #D612A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612A7

Black with #D612A7

Text Example


Text Example

White with #D612A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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