Html Css Color HEX #D915AA Hollywood Cerise

📋 copy color: '#D915AA'

red 217 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #D915AA

Tints of Hollywood Cerise #D915AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 53.19%
G = 5.15%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D915AA (or 0xD915AA) is known color: Hollywood Cerise. HEX triplet: D9, 15 and AA. RGB value is (217,21,170). Sum of RGB (Red+Green+Blue) = 217+21+170=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D915AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915AA is #26EA55. Grayscale: #606060. Windows color (decimal): -2550358 or 11146713. OLE color: 11146713.

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

Color convert

RGB 217 21 170 -
CMYK 0 0.90 0.22 0.15
HSL 314.39º 0.82% 0.47% -
HSV(B) 314.39º 0.9% 0.85% -
XYZ 36.14 18.19 39.64 -
YUV 96.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 217 21 170 0 0.90 0.22 0.15 314.39 0.82 0.47
Hex D9 15 AA 0 5A 16 F 13A 52 2F
Octal 331 25 252 0 132 26 17 472 122 57
Binary 11011001 10101 10101010 0 1011010 10110 1111 100111010 1010010 101111

Color Harmonies of #D915AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915AA

Black with #D915AA

Text Example


Text Example

White with #D915AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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