Html Css Color HEX #D417AC Hollywood Cerise

📋 copy color: '#D417AC'

red 212 ◦ green 23 ◦ blue 172

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

Shades of Hollywood Cerise #D417AC

Tints of Hollywood Cerise #D417AC

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

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

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

R = 52.09%
G = 5.65%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D417AC (or 0xD417AC) is known color: Hollywood Cerise. HEX triplet: D4, 17 and AC. RGB value is (212,23,172). Sum of RGB (Red+Green+Blue) = 212+23+172=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D417AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417AC is #2BE853. Grayscale: #606060. Windows color (decimal): -2877524 or 11278292. OLE color: 11278292.

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

Color convert

RGB 212 23 172 -
CMYK 0 0.89 0.19 0.17
HSL 312.7º 0.8% 0.46% -
HSV(B) 312.7º 0.89% 0.83% -
XYZ 34.9 17.59 40.58 -
YUV 96.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 212 23 172 0 0.89 0.19 0.17 312.7 0.8 0.46
Hex D4 17 AC 0 59 13 11 139 50 2E
Octal 324 27 254 0 131 23 21 471 120 56
Binary 11010100 10111 10101100 0 1011001 10011 10001 100111001 1010000 101110

Color Harmonies of #D417AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417AC

Black with #D417AC

Text Example


Text Example

White with #D417AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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