Html Css Color HEX #DE2982 Deep Cerise

📋 copy color: '#DE2982'

red 222 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #DE2982

Tints of Deep Cerise #DE2982

RGB

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

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

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

R = 56.49%
G = 10.43%
B = 33.08%

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

#DE2982 (or 0xDE2982) is known color: Deep Cerise. HEX triplet: DE, 29 and 82. RGB value is (222,41,130). Sum of RGB (Red+Green+Blue) = 222+41+130=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2982 is #21D67D. Grayscale: #696969. Windows color (decimal): -2217598 or 8530398. OLE color: 8530398.

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

Color convert

RGB 222 41 130 -
CMYK 0 0.82 0.41 0.13
HSL 330.5º 0.73% 0.52% -
HSV(B) 330.5º 0.82% 0.87% -
XYZ 34.95 18.73 22.89 -
YUV 105.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 222 41 130 0 0.82 0.41 0.13 330.5 0.73 0.52
Hex DE 29 82 0 52 29 D 14A 49 34
Octal 336 51 202 0 122 51 15 512 111 64
Binary 11011110 101001 10000010 0 1010010 101001 1101 101001010 1001001 110100

Color Harmonies of #DE2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2982

Black with #DE2982

Text Example


Text Example

White with #DE2982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2982; }

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

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

background-color css

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

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

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

border-color css

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

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

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