Html Css Color HEX #DE2BA1 Deep Cerise

📋 copy color: '#DE2BA1'

red 222 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #DE2BA1

Tints of Deep Cerise #DE2BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.09%

 BLUE value IS 161 (63.28% from 255) = 37.79%

R = 52.11%
G = 10.09%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE2BA1 (or 0xDE2BA1) is known color: Deep Cerise. HEX triplet: DE, 2B and A1. RGB value is (222,43,161). Sum of RGB (Red+Green+Blue) = 222+43+161=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2BA1 is #21D45E. Grayscale: #6D6D6D. Windows color (decimal): -2217055 or 10562526. OLE color: 10562526.

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

Color convert

RGB 222 43 161 -
CMYK 0 0.81 0.27 0.13
HSL 320.45º 0.73% 0.52% -
HSV(B) 320.45º 0.81% 0.87% -
XYZ 37.42 19.83 35.57 -
YUV 109.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 222 43 161 0 0.81 0.27 0.13 320.45 0.73 0.52
Hex DE 2B A1 0 51 1B D 140 49 34
Octal 336 53 241 0 121 33 15 500 111 64
Binary 11011110 101011 10100001 0 1010001 11011 1101 101000000 1001001 110100

Color Harmonies of #DE2BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2BA1

Black with #DE2BA1

Text Example


Text Example

White with #DE2BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2BA1; }

 p { color: rgb(222,43,161); }

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

background-color css

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

 a { background-color: rgb(222,43,161); }

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

border-color css

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

 span { border-color: rgb(222,43,161); }

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