#DF338B

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

Shades of Deep Cerise #DF338B

Tints of Deep Cerise #DF338B

Color information

#DF338B (or 0xDF338B) is unknown color: approx Deep Cerise. HEX triplet: DF, 33 and 8B. RGB value is (223,51,139). Sum of RGB (Red+Green+Blue) = 223+51+139=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF338B is #20CC74. Grayscale: #707070. Windows color (decimal): -2149493 or 9122783. OLE color: 9122783.

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

Color convert

RGB22351139-
CMYK00.770.380.13
HSL329.3º72.88%53.73%-
HSV(B)329.3º77.13%87.45%-
XYZ36.2819.9226.36-
YUV112.46142.98206.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.00%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=54.00%
G=12.35%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235113900.770.380.13329.372.8853.73
HexDF338B04D26D1494936
Octal337632130115461551111166
Binary11011111110011100010110100110110011011011010010011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF338B; }

 p { color: rgb(223,51,139); }

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

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

 a { background-color: rgb(223,51,139); }

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

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

 span { border-color: rgb(223,51,139); }

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