Html Css Color HEX #D915A6 Hollywood Cerise

📋 copy color: '#D915A6'

red 217 ◦ green 21 ◦ blue 166

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

Shades of Hollywood Cerise #D915A6

Tints of Hollywood Cerise #D915A6

RGB

 RED value IS 217 (85.16% from 255) = 53.71%

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

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

R = 53.71%
G = 5.2%
B = 41.09%

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

#D915A6 (or 0xD915A6) is known color: Hollywood Cerise. HEX triplet: D9, 15 and A6. RGB value is (217,21,166). Sum of RGB (Red+Green+Blue) = 217+21+166=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D915A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915A6 is #26EA59. Grayscale: #5F5F5F. Windows color (decimal): -2550362 or 10884569. OLE color: 10884569.

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

Color convert

RGB 217 21 166 -
CMYK 0 0.90 0.24 0.15
HSL 315.61º 0.82% 0.47% -
HSV(B) 315.61º 0.9% 0.85% -
XYZ 35.77 18.04 37.67 -
YUV 96.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 217 21 166 0 0.90 0.24 0.15 315.61 0.82 0.47
Hex D9 15 A6 0 5A 18 F 13C 52 2F
Octal 331 25 246 0 132 30 17 474 122 57
Binary 11011001 10101 10100110 0 1011010 11000 1111 100111100 1010010 101111

Color Harmonies of #D915A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915A6

Black with #D915A6

Text Example


Text Example

White with #D915A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915A6; }

 p { color: rgb(217,21,166); }

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

background-color css

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

 a { background-color: rgb(217,21,166); }

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

border-color css

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

 span { border-color: rgb(217,21,166); }

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