Html Css Color HEX #DE2883 Deep Cerise

📋 copy color: '#DE2883'

red 222 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #DE2883

Tints of Deep Cerise #DE2883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 56.49%
G = 10.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE2883 (or 0xDE2883) is known color: Deep Cerise. HEX triplet: DE, 28 and 83. RGB value is (222,40,131). Sum of RGB (Red+Green+Blue) = 222+40+131=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2883 is #21D77C. Grayscale: #686868. Windows color (decimal): -2217853 or 8595678. OLE color: 8595678.

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

Color convert

RGB 222 40 131 -
CMYK 0 0.82 0.41 0.13
HSL 330º 0.73% 0.51% -
HSV(B) 330º 0.82% 0.87% -
XYZ 34.98 18.69 23.24 -
YUV 104.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 222 40 131 0 0.82 0.41 0.13 330 0.73 0.51
Hex DE 28 83 0 52 29 D 14A 49 33
Octal 336 50 203 0 122 51 15 512 111 63
Binary 11011110 101000 10000011 0 1010010 101001 1101 101001010 1001001 110011

Color Harmonies of #DE2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2883

Black with #DE2883

Text Example


Text Example

White with #DE2883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2883; }

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

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

background-color css

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

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

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

border-color css

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

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

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