Html Css Color HEX #D515AE Hollywood Cerise

📋 copy color: '#D515AE'

red 213 ◦ green 21 ◦ blue 174

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

Shades of Hollywood Cerise #D515AE

Tints of Hollywood Cerise #D515AE

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 52.21%
G = 5.15%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D515AE (or 0xD515AE) is known color: Hollywood Cerise. HEX triplet: D5, 15 and AE. RGB value is (213,21,174). Sum of RGB (Red+Green+Blue) = 213+21+174=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D515AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515AE is #2AEA51. Grayscale: #5F5F5F. Windows color (decimal): -2812498 or 11408853. OLE color: 11408853.

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

Color convert

RGB 213 21 174 -
CMYK 0 0.90 0.18 0.16
HSL 312.19º 0.82% 0.46% -
HSV(B) 312.19º 0.9% 0.84% -
XYZ 35.35 17.74 41.61 -
YUV 95.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 213 21 174 0 0.90 0.18 0.16 312.19 0.82 0.46
Hex D5 15 AE 0 5A 12 10 138 52 2E
Octal 325 25 256 0 132 22 20 470 122 56
Binary 11010101 10101 10101110 0 1011010 10010 10000 100111000 1010010 101110

Color Harmonies of #D515AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515AE

Black with #D515AE

Text Example


Text Example

White with #D515AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515AE; }

 p { color: rgb(213,21,174); }

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

background-color css

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

 a { background-color: rgb(213,21,174); }

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

border-color css

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

 span { border-color: rgb(213,21,174); }

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