Html Css Color HEX #D616AE Hollywood Cerise

📋 copy color: '#D616AE'

red 214 ◦ green 22 ◦ blue 174

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

Shades of Hollywood Cerise #D616AE

Tints of Hollywood Cerise #D616AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 52.2%
G = 5.37%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D616AE (or 0xD616AE) is known color: Hollywood Cerise. HEX triplet: D6, 16 and AE. RGB value is (214,22,174). Sum of RGB (Red+Green+Blue) = 214+22+174=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D616AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616AE is #29E951. Grayscale: #606060. Windows color (decimal): -2746706 or 11409110. OLE color: 11409110.

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

Color convert

RGB 214 22 174 -
CMYK 0 0.90 0.19 0.16
HSL 312.5º 0.81% 0.46% -
HSV(B) 312.5º 0.9% 0.84% -
XYZ 35.66 17.93 41.63 -
YUV 96.74 171.61 211.64 -
System Red Green Blue C M Y K H S L
Decimal 214 22 174 0 0.90 0.19 0.16 312.5 0.81 0.46
Hex D6 16 AE 0 5A 13 10 138 51 2E
Octal 326 26 256 0 132 23 20 470 121 56
Binary 11010110 10110 10101110 0 1011010 10011 10000 100111000 1010001 101110

Color Harmonies of #D616AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616AE

Black with #D616AE

Text Example


Text Example

White with #D616AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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