Html Css Color HEX #D813A7 Hollywood Cerise

📋 copy color: '#D813A7'

red 216 ◦ green 19 ◦ blue 167

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

Shades of Hollywood Cerise #D813A7

Tints of Hollywood Cerise #D813A7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.73%

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

R = 53.73%
G = 4.73%
B = 41.54%

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

#D813A7 (or 0xD813A7) is known color: Hollywood Cerise. HEX triplet: D8, 13 and A7. RGB value is (216,19,167). Sum of RGB (Red+Green+Blue) = 216+19+167=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D813A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813A7 is #27EC58. Grayscale: #5E5E5E. Windows color (decimal): -2616409 or 10949592. OLE color: 10949592.

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

Color convert

RGB 216 19 167 -
CMYK 0 0.91 0.23 0.15
HSL 314.92º 0.84% 0.46% -
HSV(B) 314.92º 0.91% 0.85% -
XYZ 35.53 17.85 38.13 -
YUV 94.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 216 19 167 0 0.91 0.23 0.15 314.92 0.84 0.46
Hex D8 13 A7 0 5B 17 F 13B 54 2E
Octal 330 23 247 0 133 27 17 473 124 56
Binary 11011000 10011 10100111 0 1011011 10111 1111 100111011 1010100 101110

Color Harmonies of #D813A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813A7

Black with #D813A7

Text Example


Text Example

White with #D813A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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