#df425d

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

Shades of Cerise #DF425D

Tints of Cerise #DF425D

Color information

#DF425D (or 0xDF425D) is unknown color: approx Cerise. HEX triplet: DF, 42 and 5D. RGB value is (223,66,93). Sum of RGB (Red+Green+Blue) = 223+66+93=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF425D is #20BDA2. Grayscale: #747474. Windows color (decimal): -2145699 or 6111967. OLE color: 6111967.

HSL color Cylindrical-coordinate representation of color #DF425D: hue angle of 349.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF425D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2236693-
CMYK00.700.580.13
HSL349.68º71.04%56.67%-
HSV(B)349.68º70.4%87.45%-
XYZ34.3620.3712.48-
YUV116.02115.01204.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.38%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=58.38%
G=17.28%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223669300.700.580.13349.6871.0456.67
HexDF425D0463AD15e4739
Octal3371021350106721553610771
Binary11011111100001010111010100011011101011011010111101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df425d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df425d; }

 p { color: rgb(223,66,93); }

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

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

 a { background-color: rgb(223,66,93); }

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

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

 span { border-color: rgb(223,66,93); }

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