Html Css Color HEX #D814A7 Hollywood Cerise

📋 copy color: '#D814A7'

red 216 ◦ green 20 ◦ blue 167

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

Shades of Hollywood Cerise #D814A7

Tints of Hollywood Cerise #D814A7

RGB

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

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

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

R = 53.6%
G = 4.96%
B = 41.44%

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

#D814A7 (or 0xD814A7) is known color: Hollywood Cerise. HEX triplet: D8, 14 and A7. RGB value is (216,20,167). Sum of RGB (Red+Green+Blue) = 216+20+167=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D814A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814A7 is #27EB58. Grayscale: #5E5E5E. Windows color (decimal): -2616153 or 10949848. OLE color: 10949848.

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

Color convert

RGB 216 20 167 -
CMYK 0 0.91 0.23 0.15
HSL 315º 0.83% 0.46% -
HSV(B) 315º 0.91% 0.85% -
XYZ 35.54 17.89 38.14 -
YUV 95.36 168.43 214.05 -
System Red Green Blue C M Y K H S L
Decimal 216 20 167 0 0.91 0.23 0.15 315 0.83 0.46
Hex D8 14 A7 0 5B 17 F 13B 53 2E
Octal 330 24 247 0 133 27 17 473 123 56
Binary 11011000 10100 10100111 0 1011011 10111 1111 100111011 1010011 101110

Color Harmonies of #D814A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814A7

Black with #D814A7

Text Example


Text Example

White with #D814A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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