Html Css Color HEX #DE17AA Hollywood Cerise

📋 copy color: '#DE17AA'

red 222 ◦ green 23 ◦ blue 170

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

Shades of Hollywood Cerise #DE17AA

Tints of Hollywood Cerise #DE17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 53.49%
G = 5.54%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE17AA (or 0xDE17AA) is known color: Hollywood Cerise. HEX triplet: DE, 17 and AA. RGB value is (222,23,170). Sum of RGB (Red+Green+Blue) = 222+23+170=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17AA is #21E855. Grayscale: #626262. Windows color (decimal): -2222166 or 11147230. OLE color: 11147230.

HSL color Cylindrical-coordinate representation of color #DE17AA: hue angle of 315.68º 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 #DE17AA is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 170 -
CMYK 0 0.90 0.23 0.13
HSL 315.68º 0.81% 0.48% -
HSV(B) 315.68º 0.9% 0.87% -
XYZ 37.69 19.04 39.72 -
YUV 99.26 167.93 215.55 -
System Red Green Blue C M Y K H S L
Decimal 222 23 170 0 0.90 0.23 0.13 315.68 0.81 0.48
Hex DE 17 AA 0 5A 17 D 13C 51 30
Octal 336 27 252 0 132 27 15 474 121 60
Binary 11011110 10111 10101010 0 1011010 10111 1101 100111100 1010001 110000

Color Harmonies of #DE17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17AA

Black with #DE17AA

Text Example


Text Example

White with #DE17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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