Html Css Color HEX #D617A8 Hollywood Cerise

📋 copy color: '#D617A8'

red 214 ◦ green 23 ◦ blue 168

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

Shades of Hollywood Cerise #D617A8

Tints of Hollywood Cerise #D617A8

RGB

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

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

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

R = 52.84%
G = 5.68%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D617A8 (or 0xD617A8) is known color: Hollywood Cerise. HEX triplet: D6, 17 and A8. RGB value is (214,23,168). Sum of RGB (Red+Green+Blue) = 214+23+168=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D617A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617A8 is #29E857. Grayscale: #606060. Windows color (decimal): -2746456 or 11016150. OLE color: 11016150.

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

Color convert

RGB 214 23 168 -
CMYK 0 0.89 0.21 0.16
HSL 314.45º 0.81% 0.46% -
HSV(B) 314.45º 0.89% 0.84% -
XYZ 35.11 17.74 38.62 -
YUV 96.64 168.28 211.71 -
System Red Green Blue C M Y K H S L
Decimal 214 23 168 0 0.89 0.21 0.16 314.45 0.81 0.46
Hex D6 17 A8 0 59 15 10 13A 51 2E
Octal 326 27 250 0 131 25 20 472 121 56
Binary 11010110 10111 10101000 0 1011001 10101 10000 100111010 1010001 101110

Color Harmonies of #D617A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617A8

Black with #D617A8

Text Example


Text Example

White with #D617A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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