#DD386A

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

Shades of Cerise #DD386A

Tints of Cerise #DD386A

Color information

#DD386A (or 0xDD386A) is unknown color: approx Cerise. HEX triplet: DD, 38 and 6A. RGB value is (221,56,106). Sum of RGB (Red+Green+Blue) = 221+56+106=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386A is #22C795. Grayscale: #6F6F6F. Windows color (decimal): -2279318 or 6961373. OLE color: 6961373.

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

Color convert

RGB22156106-
CMYK00.750.520.13
HSL341.82º70.82%54.31%-
HSV(B)341.82º74.66%86.67%-
XYZ33.8319.2415.57-
YUV111.04125.16206.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 56 (22.27% from 255) = 14.62%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=57.70%
G=14.62%
B=27.68%

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
Decimal2215610600.750.520.13341.8270.8254.31
HexDD386A04B34D1564736
Octal335701520113641552610766
Binary1101110111100011010100100101111010011011010101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD386A; }

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

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

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

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

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

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

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

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