#df3f65

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

Shades of Cerise #DF3F65

Tints of Cerise #DF3F65

Color information

#DF3F65 (or 0xDF3F65) is unknown color: approx Cerise. HEX triplet: DF, 3F and 65. RGB value is (223,63,101). Sum of RGB (Red+Green+Blue) = 223+63+101=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F65 is #20C09A. Grayscale: #737373. Windows color (decimal): -2146459 or 6635487. OLE color: 6635487.

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

Color convert

RGB22363101-
CMYK00.720.550.13
HSL345.75º71.43%56.08%-
HSV(B)345.75º71.75%87.45%-
XYZ34.5620.1814.39-
YUV115.17120.01204.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.62%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=57.62%
G=16.28%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236310100.720.550.13345.7571.4356.08
HexDF3F6504837D15a4738
Octal337771450110671553210770
Binary1101111111111111001010100100011011111011010110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3f65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3f65; }

 p { color: rgb(223,63,101); }

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

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

 a { background-color: rgb(223,63,101); }

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

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

 span { border-color: rgb(223,63,101); }

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