Html Css Color HEX #DE2B93 Deep Cerise

📋 copy color: '#DE2B93'

red 222 ◦ green 43 ◦ blue 147

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

Shades of Deep Cerise #DE2B93

Tints of Deep Cerise #DE2B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 53.88%
G = 10.44%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2B93 (or 0xDE2B93) is known color: Deep Cerise. HEX triplet: DE, 2B and 93. RGB value is (222,43,147). Sum of RGB (Red+Green+Blue) = 222+43+147=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2B93 is #21D46C. Grayscale: #6C6C6C. Windows color (decimal): -2217069 or 9645022. OLE color: 9645022.

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

Color convert

RGB 222 43 147 -
CMYK 0 0.81 0.34 0.13
HSL 325.14º 0.73% 0.52% -
HSV(B) 325.14º 0.81% 0.87% -
XYZ 36.25 19.36 29.43 -
YUV 108.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 222 43 147 0 0.81 0.34 0.13 325.14 0.73 0.52
Hex DE 2B 93 0 51 22 D 145 49 34
Octal 336 53 223 0 121 42 15 505 111 64
Binary 11011110 101011 10010011 0 1010001 100010 1101 101000101 1001001 110100

Color Harmonies of #DE2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B93

Black with #DE2B93

Text Example


Text Example

White with #DE2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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