Html Css Color HEX #D616AB Hollywood Cerise

📋 copy color: '#D616AB'

red 214 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #D616AB

Tints of Hollywood Cerise #D616AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 52.58%
G = 5.41%
B = 42.01%

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

#D616AB (or 0xD616AB) is known color: Hollywood Cerise. HEX triplet: D6, 16 and AB. RGB value is (214,22,171). Sum of RGB (Red+Green+Blue) = 214+22+171=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D616AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616AB is #29E954. Grayscale: #5F5F5F. Windows color (decimal): -2746709 or 11212502. OLE color: 11212502.

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

Color convert

RGB 214 22 171 -
CMYK 0 0.90 0.20 0.16
HSL 313.44º 0.81% 0.46% -
HSV(B) 313.44º 0.9% 0.84% -
XYZ 35.37 17.81 40.1 -
YUV 96.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 214 22 171 0 0.90 0.20 0.16 313.44 0.81 0.46
Hex D6 16 AB 0 5A 14 10 139 51 2E
Octal 326 26 253 0 132 24 20 471 121 56
Binary 11010110 10110 10101011 0 1011010 10100 10000 100111001 1010001 101110

Color Harmonies of #D616AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616AB

Black with #D616AB

Text Example


Text Example

White with #D616AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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