#DF3B6F

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

Shades of Cerise #DF3B6F

Tints of Cerise #DF3B6F

Color information

#DF3B6F (or 0xDF3B6F) is unknown color: approx Cerise. HEX triplet: DF, 3B and 6F. RGB value is (223,59,111). Sum of RGB (Red+Green+Blue) = 223+59+111=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B6F is #20C490. Grayscale: #717171. Windows color (decimal): -2147473 or 7289823. OLE color: 7289823.

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

Color convert

RGB22359111-
CMYK00.740.500.13
HSL340.98º71.93%55.29%-
HSV(B)340.98º73.54%87.45%-
XYZ34.8619.9617.05-
YUV113.96126.33205.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.74%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=56.74%
G=15.01%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235911100.740.500.13340.9871.9355.29
HexDF3B6F04A32D1554837
Octal337731570112621552511067
Binary1101111111101111011110100101011001011011010101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3B6F; }

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

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

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

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

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

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

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

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