Html Css Color HEX #D715AA Hollywood Cerise

📋 copy color: '#D715AA'

red 215 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #D715AA

Tints of Hollywood Cerise #D715AA

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

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

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

R = 52.96%
G = 5.17%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D715AA (or 0xD715AA) is known color: Hollywood Cerise. HEX triplet: D7, 15 and AA. RGB value is (215,21,170). Sum of RGB (Red+Green+Blue) = 215+21+170=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D715AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715AA is #28EA55. Grayscale: #5F5F5F. Windows color (decimal): -2681430 or 11146711. OLE color: 11146711.

HSL color Cylindrical-coordinate representation of color #D715AA: hue angle of 313.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D715AA is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 170 -
CMYK 0 0.90 0.21 0.16
HSL 313.92º 0.82% 0.46% -
HSV(B) 313.92º 0.9% 0.84% -
XYZ 35.55 17.89 39.61 -
YUV 95.99 169.77 212.88 -
System Red Green Blue C M Y K H S L
Decimal 215 21 170 0 0.90 0.21 0.16 313.92 0.82 0.46
Hex D7 15 AA 0 5A 15 10 13A 52 2E
Octal 327 25 252 0 132 25 20 472 122 56
Binary 11010111 10101 10101010 0 1011010 10101 10000 100111010 1010010 101110

Color Harmonies of #D715AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715AA

Black with #D715AA

Text Example


Text Example

White with #D715AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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