Html Css Color HEX #DE2882 Deep Cerise

📋 copy color: '#DE2882'

red 222 ◦ green 40 ◦ blue 130

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

Shades of Deep Cerise #DE2882

Tints of Deep Cerise #DE2882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 56.63%
G = 10.2%
B = 33.16%

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

#DE2882 (or 0xDE2882) is known color: Deep Cerise. HEX triplet: DE, 28 and 82. RGB value is (222,40,130). Sum of RGB (Red+Green+Blue) = 222+40+130=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2882 is #21D77D. Grayscale: #686868. Windows color (decimal): -2217854 or 8530142. OLE color: 8530142.

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

Color convert

RGB 222 40 130 -
CMYK 0 0.82 0.41 0.13
HSL 330.33º 0.73% 0.51% -
HSV(B) 330.33º 0.82% 0.87% -
XYZ 34.91 18.66 22.88 -
YUV 104.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 222 40 130 0 0.82 0.41 0.13 330.33 0.73 0.51
Hex DE 28 82 0 52 29 D 14A 49 33
Octal 336 50 202 0 122 51 15 512 111 63
Binary 11011110 101000 10000010 0 1010010 101001 1101 101001010 1001001 110011

Color Harmonies of #DE2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2882

Black with #DE2882

Text Example


Text Example

White with #DE2882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2882; }

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

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

background-color css

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

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

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

border-color css

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

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

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