Html Css Color HEX #DE2B92 Deep Cerise

📋 copy color: '#DE2B92'

red 222 ◦ green 43 ◦ blue 146

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

Shades of Deep Cerise #DE2B92

Tints of Deep Cerise #DE2B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 54.01%
G = 10.46%
B = 35.52%

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

#DE2B92 (or 0xDE2B92) is known color: Deep Cerise. HEX triplet: DE, 2B and 92. RGB value is (222,43,146). Sum of RGB (Red+Green+Blue) = 222+43+146=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2B92 is #21D46D. Grayscale: #6C6C6C. Windows color (decimal): -2217070 or 9579486. OLE color: 9579486.

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

Color convert

RGB 222 43 146 -
CMYK 0 0.81 0.34 0.13
HSL 325.47º 0.73% 0.52% -
HSV(B) 325.47º 0.81% 0.87% -
XYZ 36.18 19.33 29.02 -
YUV 108.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 222 43 146 0 0.81 0.34 0.13 325.47 0.73 0.52
Hex DE 2B 92 0 51 22 D 145 49 34
Octal 336 53 222 0 121 42 15 505 111 64
Binary 11011110 101011 10010010 0 1010001 100010 1101 101000101 1001001 110100

Color Harmonies of #DE2B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B92

Black with #DE2B92

Text Example


Text Example

White with #DE2B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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