Html Css Color HEX #D718AB Hollywood Cerise

📋 copy color: '#D718AB'

red 215 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #D718AB

Tints of Hollywood Cerise #D718AB

RGB

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

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

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

R = 52.44%
G = 5.85%
B = 41.71%

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

#D718AB (or 0xD718AB) is known color: Hollywood Cerise. HEX triplet: D7, 18 and AB. RGB value is (215,24,171). Sum of RGB (Red+Green+Blue) = 215+24+171=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D718AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718AB is #28E754. Grayscale: #616161. Windows color (decimal): -2680661 or 11213015. OLE color: 11213015.

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

Color convert

RGB 215 24 171 -
CMYK 0 0.89 0.20 0.16
HSL 313.82º 0.8% 0.47% -
HSV(B) 313.82º 0.89% 0.84% -
XYZ 35.7 18.04 40.13 -
YUV 97.87 169.28 211.55 -
System Red Green Blue C M Y K H S L
Decimal 215 24 171 0 0.89 0.20 0.16 313.82 0.8 0.47
Hex D7 18 AB 0 59 14 10 13A 50 2F
Octal 327 30 253 0 131 24 20 472 120 57
Binary 11010111 11000 10101011 0 1011001 10100 10000 100111010 1010000 101111

Color Harmonies of #D718AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718AB

Black with #D718AB

Text Example


Text Example

White with #D718AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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