Html Css Color HEX #DE10A5 Hollywood Cerise

📋 copy color: '#DE10A5'

red 222 ◦ green 16 ◦ blue 165

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

Shades of Hollywood Cerise #DE10A5

Tints of Hollywood Cerise #DE10A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 55.09%
G = 3.97%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE10A5 (or 0xDE10A5) is known color: Hollywood Cerise. HEX triplet: DE, 10 and A5. RGB value is (222,16,165). Sum of RGB (Red+Green+Blue) = 222+16+165=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE10A5 is #21EF5A. Grayscale: #5E5E5E. Windows color (decimal): -2223963 or 10817758. OLE color: 10817758.

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

Color convert

RGB 222 16 165 -
CMYK 0 0.93 0.26 0.13
HSL 316.6º 0.87% 0.47% -
HSV(B) 316.6º 0.93% 0.87% -
XYZ 37.1 18.62 37.24 -
YUV 94.58 167.75 218.88 -
System Red Green Blue C M Y K H S L
Decimal 222 16 165 0 0.93 0.26 0.13 316.6 0.87 0.47
Hex DE 10 A5 0 5D 1A D 13D 57 2F
Octal 336 20 245 0 135 32 15 475 127 57
Binary 11011110 10000 10100101 0 1011101 11010 1101 100111101 1010111 101111

Color Harmonies of #DE10A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10A5

Black with #DE10A5

Text Example


Text Example

White with #DE10A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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