#DD386B

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

Shades of Cerise #DD386B

Tints of Cerise #DD386B

Color information

#DD386B (or 0xDD386B) is unknown color: approx Cerise. HEX triplet: DD, 38 and 6B. RGB value is (221,56,107). Sum of RGB (Red+Green+Blue) = 221+56+107=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386B is #22C794. Grayscale: #6F6F6F. Windows color (decimal): -2279317 or 7026909. OLE color: 7026909.

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

Color convert

RGB22156107-
CMYK00.750.520.13
HSL341.45º70.82%54.31%-
HSV(B)341.45º74.66%86.67%-
XYZ33.8919.2615.84-
YUV111.15125.66206.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=57.55%
G=14.58%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215610700.750.520.13341.4570.8254.31
HexDD386B04B34D1554736
Octal335701530113641552510766
Binary1101110111100011010110100101111010011011010101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD386B; }

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

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

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

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

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

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

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

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