Html Css Color HEX #DE2C92 Deep Cerise

📋 copy color: '#DE2C92'

red 222 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #DE2C92

Tints of Deep Cerise #DE2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 53.88%
G = 10.68%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2C92 (or 0xDE2C92) is known color: Deep Cerise. HEX triplet: DE, 2C and 92. RGB value is (222,44,146). Sum of RGB (Red+Green+Blue) = 222+44+146=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C92 is #21D36D. Grayscale: #6C6C6C. Windows color (decimal): -2216814 or 9579742. OLE color: 9579742.

HSL color Cylindrical-coordinate representation of color #DE2C92: hue angle of 325.62º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C92 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 146 -
CMYK 0 0.80 0.34 0.13
HSL 325.62º 0.73% 0.52% -
HSV(B) 325.62º 0.8% 0.87% -
XYZ 36.21 19.41 29.03 -
YUV 108.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 222 44 146 0 0.80 0.34 0.13 325.62 0.73 0.52
Hex DE 2C 92 0 50 22 D 146 49 34
Octal 336 54 222 0 120 42 15 506 111 64
Binary 11011110 101100 10010010 0 1010000 100010 1101 101000110 1001001 110100

Color Harmonies of #DE2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C92

Black with #DE2C92

Text Example


Text Example

White with #DE2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C92; }

 p { color: rgb(222,44,146); }

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

background-color css

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

 a { background-color: rgb(222,44,146); }

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

border-color css

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

 span { border-color: rgb(222,44,146); }

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