Html Css Color HEX #D814A6 Hollywood Cerise

📋 copy color: '#D814A6'

red 216 ◦ green 20 ◦ blue 166

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

Shades of Hollywood Cerise #D814A6

Tints of Hollywood Cerise #D814A6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.98%

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 53.73%
G = 4.98%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D814A6 (or 0xD814A6) is known color: Hollywood Cerise. HEX triplet: D8, 14 and A6. RGB value is (216,20,166). Sum of RGB (Red+Green+Blue) = 216+20+166=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D814A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814A6 is #27EB59. Grayscale: #5E5E5E. Windows color (decimal): -2616154 or 10884312. OLE color: 10884312.

HSL color Cylindrical-coordinate representation of color #D814A6: hue angle of 315.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814A6 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 166 -
CMYK 0 0.91 0.23 0.15
HSL 315.31º 0.83% 0.46% -
HSV(B) 315.31º 0.91% 0.85% -
XYZ 35.45 17.85 37.65 -
YUV 95.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 216 20 166 0 0.91 0.23 0.15 315.31 0.83 0.46
Hex D8 14 A6 0 5B 17 F 13B 53 2E
Octal 330 24 246 0 133 27 17 473 123 56
Binary 11011000 10100 10100110 0 1011011 10111 1111 100111011 1010011 101110

Color Harmonies of #D814A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814A6

Black with #D814A6

Text Example


Text Example

White with #D814A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814A6; }

 p { color: rgb(216,20,166); }

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

background-color css

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

 a { background-color: rgb(216,20,166); }

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

border-color css

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

 span { border-color: rgb(216,20,166); }

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