#DE3B7E

Color #DE3B7E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DE3B7E

Tints of Deep Cerise #DE3B7E

Color information

#DE3B7E (or 0xDE3B7E) is unknown color: approx Deep Cerise. HEX triplet: DE, 3B and 7E. RGB value is (222,59,126). Sum of RGB (Red+Green+Blue) = 222+59+126=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3B7E is #21C481. Grayscale: #737373. Windows color (decimal): -2212994 or 8272862. OLE color: 8272862.

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

Color convert

RGB22259126-
CMYK00.730.430.13
HSL335.34º71.18%55.1%-
HSV(B)335.34º73.42%87.06%-
XYZ35.4520.1621.76-
YUV115.38134204.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=54.55%
G=14.50%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225912600.730.430.13335.3471.1855.1
HexDE3B7E0492BD14f4737
Octal336731760111531551710767
Binary1101111011101111111100100100110101111011010011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B7E; }

 p { color: rgb(222,59,126); }

 H1.HeaderClassName
 {
   color: #DE3B7E;
 }
 .AnyTagClassName
 {
   color: #DE3B7E;
 }
</style>
background-color css

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

 a { background-color: rgb(222,59,126); }

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

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

 span { border-color: rgb(222,59,126); }

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