Html Css Color HEX #D915A8 Hollywood Cerise

📋 copy color: '#D915A8'

red 217 ◦ green 21 ◦ blue 168

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

Shades of Hollywood Cerise #D915A8

Tints of Hollywood Cerise #D915A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 53.45%
G = 5.17%
B = 41.38%

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

#D915A8 (or 0xD915A8) is known color: Hollywood Cerise. HEX triplet: D9, 15 and A8. RGB value is (217,21,168). Sum of RGB (Red+Green+Blue) = 217+21+168=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D915A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915A8 is #26EA57. Grayscale: #5F5F5F. Windows color (decimal): -2550360 or 11015641. OLE color: 11015641.

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

Color convert

RGB 217 21 168 -
CMYK 0 0.90 0.23 0.15
HSL 315º 0.82% 0.47% -
HSV(B) 315º 0.9% 0.85% -
XYZ 35.95 18.12 38.65 -
YUV 96.36 168.43 214.05 -
System Red Green Blue C M Y K H S L
Decimal 217 21 168 0 0.90 0.23 0.15 315 0.82 0.47
Hex D9 15 A8 0 5A 17 F 13B 52 2F
Octal 331 25 250 0 132 27 17 473 122 57
Binary 11011001 10101 10101000 0 1011010 10111 1111 100111011 1010010 101111

Color Harmonies of #D915A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915A8

Black with #D915A8

Text Example


Text Example

White with #D915A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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