Html Css Color HEX #DE17A6 Hollywood Cerise

📋 copy color: '#DE17A6'

red 222 ◦ green 23 ◦ blue 166

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

Shades of Hollywood Cerise #DE17A6

Tints of Hollywood Cerise #DE17A6

RGB

 RED value IS 222 (87.11% from 255) = 54.01%

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

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 54.01%
G = 5.6%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE17A6 (or 0xDE17A6) is known color: Hollywood Cerise. HEX triplet: DE, 17 and A6. RGB value is (222,23,166). Sum of RGB (Red+Green+Blue) = 222+23+166=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17A6 is #21E859. Grayscale: #626262. Windows color (decimal): -2222170 or 10885086. OLE color: 10885086.

HSL color Cylindrical-coordinate representation of color #DE17A6: hue angle of 316.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17A6 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 166 -
CMYK 0 0.90 0.25 0.13
HSL 316.88º 0.81% 0.48% -
HSV(B) 316.88º 0.9% 0.87% -
XYZ 37.31 18.9 37.76 -
YUV 98.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 222 23 166 0 0.90 0.25 0.13 316.88 0.81 0.48
Hex DE 17 A6 0 5A 19 D 13D 51 30
Octal 336 27 246 0 132 31 15 475 121 60
Binary 11011110 10111 10100110 0 1011010 11001 1101 100111101 1010001 110000

Color Harmonies of #DE17A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17A6

Black with #DE17A6

Text Example


Text Example

White with #DE17A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17A6; }

 p { color: rgb(222,23,166); }

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

background-color css

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

 a { background-color: rgb(222,23,166); }

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

border-color css

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

 span { border-color: rgb(222,23,166); }

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