#DF3B6B

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

Shades of Cerise #DF3B6B

Tints of Cerise #DF3B6B

Color information

#DF3B6B (or 0xDF3B6B) is unknown color: approx Cerise. HEX triplet: DF, 3B and 6B. RGB value is (223,59,107). Sum of RGB (Red+Green+Blue) = 223+59+107=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B6B is #20C494. Grayscale: #717171. Windows color (decimal): -2147477 or 7027679. OLE color: 7027679.

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

Color convert

RGB22359107-
CMYK00.740.520.13
HSL342.44º71.93%55.29%-
HSV(B)342.44º73.54%87.45%-
XYZ34.6519.8815.92-
YUV113.51124.33206.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=57.33%
G=15.17%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235910700.740.520.13342.4471.9355.29
HexDF3B6B04A34D1564837
Octal337731530112641552611067
Binary1101111111101111010110100101011010011011010101101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3B6B; }

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

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

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

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

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

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

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

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