Html Css Color HEX #D815A5 Hollywood Cerise

📋 copy color: '#D815A5'

red 216 ◦ green 21 ◦ blue 165

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

Shades of Hollywood Cerise #D815A5

Tints of Hollywood Cerise #D815A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 53.73%
G = 5.22%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D815A5 (or 0xD815A5) is known color: Hollywood Cerise. HEX triplet: D8, 15 and A5. RGB value is (216,21,165). Sum of RGB (Red+Green+Blue) = 216+21+165=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D815A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815A5 is #27EA5A. Grayscale: #5F5F5F. Windows color (decimal): -2615899 or 10819032. OLE color: 10819032.

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

Color convert

RGB 216 21 165 -
CMYK 0 0.90 0.24 0.15
HSL 315.69º 0.82% 0.46% -
HSV(B) 315.69º 0.9% 0.85% -
XYZ 35.38 17.85 37.18 -
YUV 95.72 167.1 213.79 -
System Red Green Blue C M Y K H S L
Decimal 216 21 165 0 0.90 0.24 0.15 315.69 0.82 0.46
Hex D8 15 A5 0 5A 18 F 13C 52 2E
Octal 330 25 245 0 132 30 17 474 122 56
Binary 11011000 10101 10100101 0 1011010 11000 1111 100111100 1010010 101110

Color Harmonies of #D815A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815A5

Black with #D815A5

Text Example


Text Example

White with #D815A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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