Html Css Color HEX #D518AB Hollywood Cerise

📋 copy color: '#D518AB'

red 213 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #D518AB

Tints of Hollywood Cerise #D518AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

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

R = 52.21%
G = 5.88%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D518AB (or 0xD518AB) is known color: Hollywood Cerise. HEX triplet: D5, 18 and AB. RGB value is (213,24,171). Sum of RGB (Red+Green+Blue) = 213+24+171=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D518AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D518AB is #2AE754. Grayscale: #606060. Windows color (decimal): -2811733 or 11213013. OLE color: 11213013.

HSL color Cylindrical-coordinate representation of color #D518AB: hue angle of 313.33º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518AB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 171 -
CMYK 0 0.89 0.20 0.16
HSL 313.33º 0.8% 0.46% -
HSV(B) 313.33º 0.89% 0.84% -
XYZ 35.12 17.74 40.1 -
YUV 97.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 213 24 171 0 0.89 0.20 0.16 313.33 0.8 0.46
Hex D5 18 AB 0 59 14 10 139 50 2E
Octal 325 30 253 0 131 24 20 471 120 56
Binary 11010101 11000 10101011 0 1011001 10100 10000 100111001 1010000 101110

Color Harmonies of #D518AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518AB

Black with #D518AB

Text Example


Text Example

White with #D518AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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