Html Css Color HEX #DE10AD Hollywood Cerise

📋 copy color: '#DE10AD'

red 222 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #DE10AD

Tints of Hollywood Cerise #DE10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 54.01%
G = 3.89%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE10AD (or 0xDE10AD) is known color: Hollywood Cerise. HEX triplet: DE, 10 and AD. RGB value is (222,16,173). Sum of RGB (Red+Green+Blue) = 222+16+173=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE10AD is #21EF52. Grayscale: #5F5F5F. Windows color (decimal): -2223955 or 11342046. OLE color: 11342046.

HSL color Cylindrical-coordinate representation of color #DE10AD: hue angle of 314.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE10AD is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 16 173 -
CMYK 0 0.93 0.22 0.13
HSL 314.27º 0.87% 0.47% -
HSV(B) 314.27º 0.93% 0.87% -
XYZ 37.85 18.92 41.19 -
YUV 95.49 171.75 218.23 -
System Red Green Blue C M Y K H S L
Decimal 222 16 173 0 0.93 0.22 0.13 314.27 0.87 0.47
Hex DE 10 AD 0 5D 16 D 13A 57 2F
Octal 336 20 255 0 135 26 15 472 127 57
Binary 11011110 10000 10101101 0 1011101 10110 1101 100111010 1010111 101111

Color Harmonies of #DE10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10AD

Black with #DE10AD

Text Example


Text Example

White with #DE10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10AD; }

 p { color: rgb(222,16,173); }

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

background-color css

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

 a { background-color: rgb(222,16,173); }

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

border-color css

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

 span { border-color: rgb(222,16,173); }

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