Html Css Color HEX #D617AC Hollywood Cerise

📋 copy color: '#D617AC'

red 214 ◦ green 23 ◦ blue 172

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

Shades of Hollywood Cerise #D617AC

Tints of Hollywood Cerise #D617AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 52.32%
G = 5.62%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D617AC (or 0xD617AC) is known color: Hollywood Cerise. HEX triplet: D6, 17 and AC. RGB value is (214,23,172). Sum of RGB (Red+Green+Blue) = 214+23+172=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D617AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617AC is #29E853. Grayscale: #606060. Windows color (decimal): -2746452 or 11278294. OLE color: 11278294.

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

Color convert

RGB 214 23 172 -
CMYK 0 0.89 0.20 0.16
HSL 313.19º 0.81% 0.46% -
HSV(B) 313.19º 0.89% 0.84% -
XYZ 35.48 17.89 40.61 -
YUV 97.1 170.28 211.38 -
System Red Green Blue C M Y K H S L
Decimal 214 23 172 0 0.89 0.20 0.16 313.19 0.81 0.46
Hex D6 17 AC 0 59 14 10 139 51 2E
Octal 326 27 254 0 131 24 20 471 121 56
Binary 11010110 10111 10101100 0 1011001 10100 10000 100111001 1010001 101110

Color Harmonies of #D617AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617AC

Black with #D617AC

Text Example


Text Example

White with #D617AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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