Html Css Color HEX #DE2181 Deep Cerise

📋 copy color: '#DE2181'

red 222 ◦ green 33 ◦ blue 129

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

Shades of Deep Cerise #DE2181

Tints of Deep Cerise #DE2181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 57.81%
G = 8.59%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2181 (or 0xDE2181) is known color: Deep Cerise. HEX triplet: DE, 21 and 81. RGB value is (222,33,129). Sum of RGB (Red+Green+Blue) = 222+33+129=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2181 is #21DE7E. Grayscale: #646464. Windows color (decimal): -2219647 or 8462814. OLE color: 8462814.

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

Color convert

RGB 222 33 129 -
CMYK 0 0.85 0.42 0.13
HSL 329.52º 0.74% 0.5% -
HSV(B) 329.52º 0.85% 0.87% -
XYZ 34.63 18.2 22.46 -
YUV 100.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 222 33 129 0 0.85 0.42 0.13 329.52 0.74 0.5
Hex DE 21 81 0 55 2A D 14A 4A 32
Octal 336 41 201 0 125 52 15 512 112 62
Binary 11011110 100001 10000001 0 1010101 101010 1101 101001010 1001010 110010

Color Harmonies of #DE2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2181

Black with #DE2181

Text Example


Text Example

White with #DE2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2181; }

 p { color: rgb(222,33,129); }

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

background-color css

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

 a { background-color: rgb(222,33,129); }

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

border-color css

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

 span { border-color: rgb(222,33,129); }

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