Html Css Color HEX #D812A7 Hollywood Cerise

📋 copy color: '#D812A7'

red 216 ◦ green 18 ◦ blue 167

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

Shades of Hollywood Cerise #D812A7

Tints of Hollywood Cerise #D812A7

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

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

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

R = 53.87%
G = 4.49%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D812A7 (or 0xD812A7) is known color: Hollywood Cerise. HEX triplet: D8, 12 and A7. RGB value is (216,18,167). Sum of RGB (Red+Green+Blue) = 216+18+167=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D812A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812A7 is #27ED58. Grayscale: #5D5D5D. Windows color (decimal): -2616665 or 10949336. OLE color: 10949336.

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

Color convert

RGB 216 18 167 -
CMYK 0 0.92 0.23 0.15
HSL 314.85º 0.85% 0.46% -
HSV(B) 314.85º 0.92% 0.85% -
XYZ 35.51 17.82 38.13 -
YUV 94.19 169.1 214.88 -
System Red Green Blue C M Y K H S L
Decimal 216 18 167 0 0.92 0.23 0.15 314.85 0.85 0.46
Hex D8 12 A7 0 5C 17 F 13B 55 2E
Octal 330 22 247 0 134 27 17 473 125 56
Binary 11011000 10010 10100111 0 1011100 10111 1111 100111011 1010101 101110

Color Harmonies of #D812A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812A7

Black with #D812A7

Text Example


Text Example

White with #D812A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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