Html Css Color HEX #DE2983 Deep Cerise

📋 copy color: '#DE2983'

red 222 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #DE2983

Tints of Deep Cerise #DE2983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.41%

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

R = 56.35%
G = 10.41%
B = 33.25%

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

#DE2983 (or 0xDE2983) is known color: Deep Cerise. HEX triplet: DE, 29 and 83. RGB value is (222,41,131). Sum of RGB (Red+Green+Blue) = 222+41+131=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2983 is #21D67C. Grayscale: #696969. Windows color (decimal): -2217597 or 8595934. OLE color: 8595934.

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

Color convert

RGB 222 41 131 -
CMYK 0 0.82 0.41 0.13
HSL 330.17º 0.73% 0.52% -
HSV(B) 330.17º 0.82% 0.87% -
XYZ 35.01 18.75 23.25 -
YUV 105.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 222 41 131 0 0.82 0.41 0.13 330.17 0.73 0.52
Hex DE 29 83 0 52 29 D 14A 49 34
Octal 336 51 203 0 122 51 15 512 111 64
Binary 11011110 101001 10000011 0 1010010 101001 1101 101001010 1001001 110100

Color Harmonies of #DE2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2983

Black with #DE2983

Text Example


Text Example

White with #DE2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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