Html Css Color HEX #D815A7 Hollywood Cerise

📋 copy color: '#D815A7'

red 216 ◦ green 21 ◦ blue 167

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

Shades of Hollywood Cerise #D815A7

Tints of Hollywood Cerise #D815A7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 53.47%
G = 5.2%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D815A7 (or 0xD815A7) is known color: Hollywood Cerise. HEX triplet: D8, 15 and A7. RGB value is (216,21,167). Sum of RGB (Red+Green+Blue) = 216+21+167=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D815A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815A7 is #27EA58. Grayscale: #5F5F5F. Windows color (decimal): -2615897 or 10950104. OLE color: 10950104.

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

Color convert

RGB 216 21 167 -
CMYK 0 0.90 0.23 0.15
HSL 315.08º 0.82% 0.46% -
HSV(B) 315.08º 0.9% 0.85% -
XYZ 35.56 17.93 38.14 -
YUV 95.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 216 21 167 0 0.90 0.23 0.15 315.08 0.82 0.46
Hex D8 15 A7 0 5A 17 F 13B 52 2E
Octal 330 25 247 0 132 27 17 473 122 56
Binary 11011000 10101 10100111 0 1011010 10111 1111 100111011 1010010 101110

Color Harmonies of #D815A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815A7

Black with #D815A7

Text Example


Text Example

White with #D815A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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