Html Css Color HEX #D616A8 Hollywood Cerise

📋 copy color: '#D616A8'

red 214 ◦ green 22 ◦ blue 168

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

Shades of Hollywood Cerise #D616A8

Tints of Hollywood Cerise #D616A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 52.97%
G = 5.45%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D616A8 (or 0xD616A8) is known color: Hollywood Cerise. HEX triplet: D6, 16 and A8. RGB value is (214,22,168). Sum of RGB (Red+Green+Blue) = 214+22+168=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A8 is #29E957. Grayscale: #5F5F5F. Windows color (decimal): -2746712 or 11015894. OLE color: 11015894.

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

Color convert

RGB 214 22 168 -
CMYK 0 0.90 0.21 0.16
HSL 314.38º 0.81% 0.46% -
HSV(B) 314.38º 0.9% 0.84% -
XYZ 35.09 17.7 38.61 -
YUV 96.05 168.61 212.13 -
System Red Green Blue C M Y K H S L
Decimal 214 22 168 0 0.90 0.21 0.16 314.38 0.81 0.46
Hex D6 16 A8 0 5A 15 10 13A 51 2E
Octal 326 26 250 0 132 25 20 472 121 56
Binary 11010110 10110 10101000 0 1011010 10101 10000 100111010 1010001 101110

Color Harmonies of #D616A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616A8

Black with #D616A8

Text Example


Text Example

White with #D616A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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