Html Css Color HEX #D515A8 Hollywood Cerise

📋 copy color: '#D515A8'

red 213 ◦ green 21 ◦ blue 168

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

Shades of Hollywood Cerise #D515A8

Tints of Hollywood Cerise #D515A8

RGB

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

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

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

R = 52.99%
G = 5.22%
B = 41.79%

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

#D515A8 (or 0xD515A8) is known color: Hollywood Cerise. HEX triplet: D5, 15 and A8. RGB value is (213,21,168). Sum of RGB (Red+Green+Blue) = 213+21+168=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D515A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515A8 is #2AEA57. Grayscale: #5E5E5E. Windows color (decimal): -2812504 or 11015637. OLE color: 11015637.

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

Color convert

RGB 213 21 168 -
CMYK 0 0.90 0.21 0.16
HSL 314.06º 0.82% 0.46% -
HSV(B) 314.06º 0.9% 0.84% -
XYZ 34.78 17.51 38.59 -
YUV 95.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 213 21 168 0 0.90 0.21 0.16 314.06 0.82 0.46
Hex D5 15 A8 0 5A 15 10 13A 52 2E
Octal 325 25 250 0 132 25 20 472 122 56
Binary 11010101 10101 10101000 0 1011010 10101 10000 100111010 1010010 101110

Color Harmonies of #D515A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515A8

Black with #D515A8

Text Example


Text Example

White with #D515A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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