Html Css Color HEX #D417AB Hollywood Cerise

📋 copy color: '#D417AB'

red 212 ◦ green 23 ◦ blue 171

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

Shades of Hollywood Cerise #D417AB

Tints of Hollywood Cerise #D417AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 52.22%
G = 5.67%
B = 42.12%

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

#D417AB (or 0xD417AB) is known color: Hollywood Cerise. HEX triplet: D4, 17 and AB. RGB value is (212,23,171). Sum of RGB (Red+Green+Blue) = 212+23+171=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D417AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417AB is #2BE854. Grayscale: #5F5F5F. Windows color (decimal): -2877525 or 11212756. OLE color: 11212756.

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

Color convert

RGB 212 23 171 -
CMYK 0 0.89 0.19 0.17
HSL 313.02º 0.8% 0.46% -
HSV(B) 313.02º 0.89% 0.83% -
XYZ 34.81 17.55 40.08 -
YUV 96.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 212 23 171 0 0.89 0.19 0.17 313.02 0.8 0.46
Hex D4 17 AB 0 59 13 11 139 50 2E
Octal 324 27 253 0 131 23 21 471 120 56
Binary 11010100 10111 10101011 0 1011001 10011 10001 100111001 1010000 101110

Color Harmonies of #D417AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417AB

Black with #D417AB

Text Example


Text Example

White with #D417AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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