Html Css Color HEX #D915AB Hollywood Cerise

📋 copy color: '#D915AB'

red 217 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #D915AB

Tints of Hollywood Cerise #D915AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 53.06%
G = 5.13%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D915AB (or 0xD915AB) is known color: Hollywood Cerise. HEX triplet: D9, 15 and AB. RGB value is (217,21,171). Sum of RGB (Red+Green+Blue) = 217+21+171=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D915AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915AB is #26EA54. Grayscale: #606060. Windows color (decimal): -2550357 or 11212249. OLE color: 11212249.

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

Color convert

RGB 217 21 171 -
CMYK 0 0.90 0.21 0.15
HSL 314.08º 0.82% 0.47% -
HSV(B) 314.08º 0.9% 0.85% -
XYZ 36.23 18.23 40.14 -
YUV 96.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 217 21 171 0 0.90 0.21 0.15 314.08 0.82 0.47
Hex D9 15 AB 0 5A 15 F 13A 52 2F
Octal 331 25 253 0 132 25 17 472 122 57
Binary 11011001 10101 10101011 0 1011010 10101 1111 100111010 1010010 101111

Color Harmonies of #D915AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915AB

Black with #D915AB

Text Example


Text Example

White with #D915AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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