#DF426C

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

Shades of Cerise #DF426C

Tints of Cerise #DF426C

Color information

#DF426C (or 0xDF426C) is unknown color: approx Cerise. HEX triplet: DF, 42 and 6C. RGB value is (223,66,108). Sum of RGB (Red+Green+Blue) = 223+66+108=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF426C is #20BD93. Grayscale: #757575. Windows color (decimal): -2145684 or 7095007. OLE color: 7095007.

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

Color convert

RGB22366108-
CMYK00.700.520.13
HSL343.95º71.04%56.67%-
HSV(B)343.95º70.4%87.45%-
XYZ35.0920.6716.33-
YUV117.73122.51203.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.17%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=56.17%
G=16.62%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236610800.700.520.13343.9571.0456.67
HexDF426C04634D1584739
Octal3371021540106641553010771
Binary11011111100001011011000100011011010011011010110001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF426C; }

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

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

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

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

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

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

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

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