Html Css Color HEX #D616AC Hollywood Cerise

📋 copy color: '#D616AC'

red 214 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #D616AC

Tints of Hollywood Cerise #D616AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 52.45%
G = 5.39%
B = 42.16%

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

#D616AC (or 0xD616AC) is known color: Hollywood Cerise. HEX triplet: D6, 16 and AC. RGB value is (214,22,172). Sum of RGB (Red+Green+Blue) = 214+22+172=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D616AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616AC is #29E953. Grayscale: #606060. Windows color (decimal): -2746708 or 11278038. OLE color: 11278038.

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

Color convert

RGB 214 22 172 -
CMYK 0 0.90 0.20 0.16
HSL 313.13º 0.81% 0.46% -
HSV(B) 313.13º 0.9% 0.84% -
XYZ 35.46 17.85 40.61 -
YUV 96.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 214 22 172 0 0.90 0.20 0.16 313.13 0.81 0.46
Hex D6 16 AC 0 5A 14 10 139 51 2E
Octal 326 26 254 0 132 24 20 471 121 56
Binary 11010110 10110 10101100 0 1011010 10100 10000 100111001 1010001 101110

Color Harmonies of #D616AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616AC

Black with #D616AC

Text Example


Text Example

White with #D616AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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