Html Css Color HEX #DE2482 Deep Cerise

📋 copy color: '#DE2482'

red 222 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #DE2482

Tints of Deep Cerise #DE2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

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

R = 57.22%
G = 9.28%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE2482 (or 0xDE2482) is known color: Deep Cerise. HEX triplet: DE, 24 and 82. RGB value is (222,36,130). Sum of RGB (Red+Green+Blue) = 222+36+130=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2482 is #21DB7D. Grayscale: #666666. Windows color (decimal): -2218878 or 8529118. OLE color: 8529118.

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

Color convert

RGB 222 36 130 -
CMYK 0 0.84 0.41 0.13
HSL 329.68º 0.74% 0.51% -
HSV(B) 329.68º 0.84% 0.87% -
XYZ 34.78 18.4 22.84 -
YUV 102.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 222 36 130 0 0.84 0.41 0.13 329.68 0.74 0.51
Hex DE 24 82 0 54 29 D 14A 4A 33
Octal 336 44 202 0 124 51 15 512 112 63
Binary 11011110 100100 10000010 0 1010100 101001 1101 101001010 1001010 110011

Color Harmonies of #DE2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2482

Black with #DE2482

Text Example


Text Example

White with #DE2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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