Html Css Color HEX #DE2892 Deep Cerise

📋 copy color: '#DE2892'

red 222 ◦ green 40 ◦ blue 146

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

Shades of Deep Cerise #DE2892

Tints of Deep Cerise #DE2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

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

R = 54.41%
G = 9.8%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2892 (or 0xDE2892) is known color: Deep Cerise. HEX triplet: DE, 28 and 92. RGB value is (222,40,146). Sum of RGB (Red+Green+Blue) = 222+40+146=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2892 is #21D76D. Grayscale: #6A6A6A. Windows color (decimal): -2217838 or 9578718. OLE color: 9578718.

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

Color convert

RGB 222 40 146 -
CMYK 0 0.82 0.34 0.13
HSL 325.05º 0.73% 0.51% -
HSV(B) 325.05º 0.82% 0.87% -
XYZ 36.07 19.12 28.98 -
YUV 106.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 222 40 146 0 0.82 0.34 0.13 325.05 0.73 0.51
Hex DE 28 92 0 52 22 D 145 49 33
Octal 336 50 222 0 122 42 15 505 111 63
Binary 11011110 101000 10010010 0 1010010 100010 1101 101000101 1001001 110011

Color Harmonies of #DE2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2892

Black with #DE2892

Text Example


Text Example

White with #DE2892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2892; }

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

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

background-color css

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

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

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

border-color css

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

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

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