Html Css Color HEX #D515AB Hollywood Cerise

📋 copy color: '#D515AB'

red 213 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #D515AB

Tints of Hollywood Cerise #D515AB

RGB

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

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

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

R = 52.59%
G = 5.19%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D515AB (or 0xD515AB) is known color: Hollywood Cerise. HEX triplet: D5, 15 and AB. RGB value is (213,21,171). Sum of RGB (Red+Green+Blue) = 213+21+171=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D515AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515AB is #2AEA54. Grayscale: #5F5F5F. Windows color (decimal): -2812501 or 11212245. OLE color: 11212245.

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

Color convert

RGB 213 21 171 -
CMYK 0 0.90 0.20 0.16
HSL 313.13º 0.82% 0.46% -
HSV(B) 313.13º 0.9% 0.84% -
XYZ 35.06 17.62 40.08 -
YUV 95.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 213 21 171 0 0.90 0.20 0.16 313.13 0.82 0.46
Hex D5 15 AB 0 5A 14 10 139 52 2E
Octal 325 25 253 0 132 24 20 471 122 56
Binary 11010101 10101 10101011 0 1011010 10100 10000 100111001 1010010 101110

Color Harmonies of #D515AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515AB

Black with #D515AB

Text Example


Text Example

White with #D515AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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