#DF3F64

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

Shades of Cerise #DF3F64

Tints of Cerise #DF3F64

Color information

#DF3F64 (or 0xDF3F64) is unknown color: approx Cerise. HEX triplet: DF, 3F and 64. RGB value is (223,63,100). Sum of RGB (Red+Green+Blue) = 223+63+100=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F64 is #20C09B. Grayscale: #737373. Windows color (decimal): -2146460 or 6569951. OLE color: 6569951.

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

Color convert

RGB22363100-
CMYK00.720.550.13
HSL346.12º71.43%56.08%-
HSV(B)346.12º71.75%87.45%-
XYZ34.5120.1614.13-
YUV115.06119.51204.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=57.77%
G=16.32%
B=25.91%

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
Decimal2236310000.720.550.13346.1271.4356.08
HexDF3F6404837D15a4738
Octal337771440110671553210770
Binary1101111111111111001000100100011011111011010110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3F64; }

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

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

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

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

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

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

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

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