Html Css Color HEX #DE2E93 Deep Cerise

📋 copy color: '#DE2E93'

red 222 ◦ green 46 ◦ blue 147

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

Shades of Deep Cerise #DE2E93

Tints of Deep Cerise #DE2E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 53.49%
G = 11.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2E93 (or 0xDE2E93) is known color: Deep Cerise. HEX triplet: DE, 2E and 93. RGB value is (222,46,147). Sum of RGB (Red+Green+Blue) = 222+46+147=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2E93 is #21D16C. Grayscale: #6D6D6D. Windows color (decimal): -2216301 or 9645790. OLE color: 9645790.

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

Color convert

RGB 222 46 147 -
CMYK 0 0.79 0.34 0.13
HSL 325.57º 0.73% 0.53% -
HSV(B) 325.57º 0.79% 0.87% -
XYZ 36.37 19.59 29.47 -
YUV 110.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 222 46 147 0 0.79 0.34 0.13 325.57 0.73 0.53
Hex DE 2E 93 0 4F 22 D 146 49 35
Octal 336 56 223 0 117 42 15 506 111 65
Binary 11011110 101110 10010011 0 1001111 100010 1101 101000110 1001001 110101

Color Harmonies of #DE2E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E93

Black with #DE2E93

Text Example


Text Example

White with #DE2E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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