Html Css Color HEX #D617AE Hollywood Cerise

📋 copy color: '#D617AE'

red 214 ◦ green 23 ◦ blue 174

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

Shades of Hollywood Cerise #D617AE

Tints of Hollywood Cerise #D617AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

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

R = 52.07%
G = 5.6%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D617AE (or 0xD617AE) is known color: Hollywood Cerise. HEX triplet: D6, 17 and AE. RGB value is (214,23,174). Sum of RGB (Red+Green+Blue) = 214+23+174=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D617AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617AE is #29E851. Grayscale: #606060. Windows color (decimal): -2746450 or 11409366. OLE color: 11409366.

HSL color Cylindrical-coordinate representation of color #D617AE: hue angle of 312.57º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617AE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 174 -
CMYK 0 0.89 0.19 0.16
HSL 312.57º 0.81% 0.46% -
HSV(B) 312.57º 0.89% 0.84% -
XYZ 35.68 17.96 41.63 -
YUV 97.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 214 23 174 0 0.89 0.19 0.16 312.57 0.81 0.46
Hex D6 17 AE 0 59 13 10 139 51 2E
Octal 326 27 256 0 131 23 20 471 121 56
Binary 11010110 10111 10101110 0 1011001 10011 10000 100111001 1010001 101110

Color Harmonies of #D617AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617AE

Black with #D617AE

Text Example


Text Example

White with #D617AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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