Html Css Color HEX #DE2E87 Deep Cerise

📋 copy color: '#DE2E87'

red 222 ◦ green 46 ◦ blue 135

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

Shades of Deep Cerise #DE2E87

Tints of Deep Cerise #DE2E87

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 55.09%
G = 11.41%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE2E87 (or 0xDE2E87) is known color: Deep Cerise. HEX triplet: DE, 2E and 87. RGB value is (222,46,135). Sum of RGB (Red+Green+Blue) = 222+46+135=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2E87 is #21D178. Grayscale: #6C6C6C. Windows color (decimal): -2216313 or 8859358. OLE color: 8859358.

HSL color Cylindrical-coordinate representation of color #DE2E87: hue angle of 329.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2E87 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 46 135 -
CMYK 0 0.79 0.39 0.13
HSL 329.66º 0.73% 0.53% -
HSV(B) 329.66º 0.79% 0.87% -
XYZ 35.47 19.23 24.76 -
YUV 108.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 222 46 135 0 0.79 0.39 0.13 329.66 0.73 0.53
Hex DE 2E 87 0 4F 27 D 14A 49 35
Octal 336 56 207 0 117 47 15 512 111 65
Binary 11011110 101110 10000111 0 1001111 100111 1101 101001010 1001001 110101

Color Harmonies of #DE2E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E87

Black with #DE2E87

Text Example


Text Example

White with #DE2E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E87; }

 p { color: rgb(222,46,135); }

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

background-color css

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

 a { background-color: rgb(222,46,135); }

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

border-color css

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

 span { border-color: rgb(222,46,135); }

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