Html Css Color HEX #D617AD Hollywood Cerise

📋 copy color: '#D617AD'

red 214 ◦ green 23 ◦ blue 173

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

Shades of Hollywood Cerise #D617AD

Tints of Hollywood Cerise #D617AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 52.2%
G = 5.61%
B = 42.2%

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

#D617AD (or 0xD617AD) is known color: Hollywood Cerise. HEX triplet: D6, 17 and AD. RGB value is (214,23,173). Sum of RGB (Red+Green+Blue) = 214+23+173=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D617AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617AD is #29E852. Grayscale: #606060. Windows color (decimal): -2746451 or 11343830. OLE color: 11343830.

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

Color convert

RGB 214 23 173 -
CMYK 0 0.89 0.19 0.16
HSL 312.88º 0.81% 0.46% -
HSV(B) 312.88º 0.89% 0.84% -
XYZ 35.58 17.93 41.12 -
YUV 97.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 214 23 173 0 0.89 0.19 0.16 312.88 0.81 0.46
Hex D6 17 AD 0 59 13 10 139 51 2E
Octal 326 27 255 0 131 23 20 471 121 56
Binary 11010110 10111 10101101 0 1011001 10011 10000 100111001 1010001 101110

Color Harmonies of #D617AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617AD

Black with #D617AD

Text Example


Text Example

White with #D617AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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