#df387d

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

Shades of Deep Cerise #DF387D

Tints of Deep Cerise #DF387D

Color information

#DF387D (or 0xDF387D) is unknown color: approx Deep Cerise. HEX triplet: DF, 38 and 7D. RGB value is (223,56,125). Sum of RGB (Red+Green+Blue) = 223+56+125=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF387D is #20C782. Grayscale: #717171. Windows color (decimal): -2148227 or 8206559. OLE color: 8206559.

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

Color convert

RGB22356125-
CMYK00.750.440.13
HSL335.21º72.29%54.71%-
HSV(B)335.21º74.89%87.45%-
XYZ35.552021.39-
YUV113.8134.33205.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.20%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=55.20%
G=13.86%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235612500.750.440.13335.2172.2954.71
HexDF387D04B2CD14f4837
Octal337701750113541551711067
Binary1101111111100011111010100101110110011011010011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df387d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df387d; }

 p { color: rgb(223,56,125); }

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

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

 a { background-color: rgb(223,56,125); }

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

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

 span { border-color: rgb(223,56,125); }

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