Html Css Color HEX #D618AB Hollywood Cerise

📋 copy color: '#D618AB'

red 214 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #D618AB

Tints of Hollywood Cerise #D618AB

RGB

 RED value IS 214 (83.98% from 255) = 52.32%

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

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

R = 52.32%
G = 5.87%
B = 41.81%

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

#D618AB (or 0xD618AB) is known color: Hollywood Cerise. HEX triplet: D6, 18 and AB. RGB value is (214,24,171). Sum of RGB (Red+Green+Blue) = 214+24+171=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D618AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618AB is #29E754. Grayscale: #616161. Windows color (decimal): -2746197 or 11213014. OLE color: 11213014.

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

Color convert

RGB 214 24 171 -
CMYK 0 0.89 0.20 0.16
HSL 313.58º 0.8% 0.47% -
HSV(B) 313.58º 0.89% 0.84% -
XYZ 35.41 17.89 40.11 -
YUV 97.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 214 24 171 0 0.89 0.20 0.16 313.58 0.8 0.47
Hex D6 18 AB 0 59 14 10 13A 50 2F
Octal 326 30 253 0 131 24 20 472 120 57
Binary 11010110 11000 10101011 0 1011001 10100 10000 100111010 1010000 101111

Color Harmonies of #D618AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618AB

Black with #D618AB

Text Example


Text Example

White with #D618AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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