#DD385E

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

Shades of Cerise #DD385E

Tints of Cerise #DD385E

Color information

#DD385E (or 0xDD385E) is unknown color: approx Cerise. HEX triplet: DD, 38 and 5E. RGB value is (221,56,94). Sum of RGB (Red+Green+Blue) = 221+56+94=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD385E is #22C7A1. Grayscale: #6D6D6D. Windows color (decimal): -2279330 or 6174941. OLE color: 6174941.

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

Color convert

RGB2215694-
CMYK00.750.570.13
HSL346.18º70.82%54.31%-
HSV(B)346.18º74.66%86.67%-
XYZ33.2519.0112.51-
YUV109.67119.16207.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=59.57%
G=15.09%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221569400.750.570.13346.1870.8254.31
HexDD385E04B39D15a4736
Octal335701360113711553210766
Binary1101110111100010111100100101111100111011010110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD385E; }

 p { color: rgb(221,56,94); }

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

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

 a { background-color: rgb(221,56,94); }

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

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

 span { border-color: rgb(221,56,94); }

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