Html Css Color HEX #D619AB Hollywood Cerise

📋 copy color: '#D619AB'

red 214 ◦ green 25 ◦ blue 171

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

Shades of Hollywood Cerise #D619AB

Tints of Hollywood Cerise #D619AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

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

R = 52.2%
G = 6.1%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D619AB (or 0xD619AB) is known color: Hollywood Cerise. HEX triplet: D6, 19 and AB. RGB value is (214,25,171). Sum of RGB (Red+Green+Blue) = 214+25+171=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D619AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619AB is #29E654. Grayscale: #616161. Windows color (decimal): -2745941 or 11213270. OLE color: 11213270.

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

Color convert

RGB 214 25 171 -
CMYK 0 0.88 0.20 0.16
HSL 313.65º 0.79% 0.47% -
HSV(B) 313.65º 0.88% 0.84% -
XYZ 35.43 17.93 40.12 -
YUV 98.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 214 25 171 0 0.88 0.20 0.16 313.65 0.79 0.47
Hex D6 19 AB 0 58 14 10 13A 4F 2F
Octal 326 31 253 0 130 24 20 472 117 57
Binary 11010110 11001 10101011 0 1011000 10100 10000 100111010 1001111 101111

Color Harmonies of #D619AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619AB

Black with #D619AB

Text Example


Text Example

White with #D619AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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