#DE3D8B

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

Shades of Deep Cerise #DE3D8B

Tints of Deep Cerise #DE3D8B

Color information

#DE3D8B (or 0xDE3D8B) is unknown color: approx Deep Cerise. HEX triplet: DE, 3D and 8B. RGB value is (222,61,139). Sum of RGB (Red+Green+Blue) = 222+61+139=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3D8B is #21C274. Grayscale: #757575. Windows color (decimal): -2212469 or 9125342. OLE color: 9125342.

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

Color convert

RGB22261139-
CMYK00.730.370.13
HSL330.93º70.93%55.49%-
HSV(B)330.93º72.52%87.06%-
XYZ36.4520.7326.51-
YUV118.03139.84202.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.61%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=52.61%
G=14.45%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226113900.730.370.13330.9370.9355.49
HexDE3D8B04925D14b4737
Octal336752130111451551310767
Binary11011110111101100010110100100110010111011010010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D8B; }

 p { color: rgb(222,61,139); }

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

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

 a { background-color: rgb(222,61,139); }

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

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

 span { border-color: rgb(222,61,139); }

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