#DF3BA3

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

Shades of Deep Cerise #DF3BA3

Tints of Deep Cerise #DF3BA3

Color information

#DF3BA3 (or 0xDF3BA3) is unknown color: approx Deep Cerise. HEX triplet: DF, 3B and A3. RGB value is (223,59,163). Sum of RGB (Red+Green+Blue) = 223+59+163=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3BA3 is #20C45C. Grayscale: #777777. Windows color (decimal): -2147421 or 10697695. OLE color: 10697695.

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

Color convert

RGB22359163-
CMYK00.740.270.13
HSL321.95º71.93%55.29%-
HSV(B)321.95º73.54%87.45%-
XYZ38.6121.4636.76-
YUV119.89152.33201.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 59 (23.44% from 255) = 13.26%
BLUE value IS 163 (64.06% from 255) = 36.63%
R=50.11%
G=13.26%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235916300.740.270.13321.9571.9355.29
HexDF3BA304A1BD1424837
Octal337732430112331550211067
Binary1101111111101110100011010010101101111011010000101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3BA3; }

 p { color: rgb(223,59,163); }

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

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

 a { background-color: rgb(223,59,163); }

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

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

 span { border-color: rgb(223,59,163); }

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