#DC5D67

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

Shades of Mandy #DC5D67

Tints of Mandy #DC5D67

Color information

#DC5D67 (or 0xDC5D67) is unknown color: approx Mandy. HEX triplet: DC, 5D and 67. RGB value is (220,93,103). Sum of RGB (Red+Green+Blue) = 220+93+103=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D67 is #23A298. Grayscale: #848484. Windows color (decimal): -2335385 or 6774236. OLE color: 6774236.

HSL color Cylindrical-coordinate representation of color #DC5D67: hue angle of 355.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D67 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB22093103-
CMYK00.580.530.14
HSL355.28º64.47%61.37%-
HSV(B)355.28º57.73%86.27%-
XYZ35.8824.0215.58-
YUV132.11111.58190.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=52.88%
G=22.36%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209310300.580.530.14355.2864.4761.37
HexDC5D6703A35E163403d
Octal334135147072651654310075
Binary1101110010111011100111011101011010111101011000111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5D67; }

 p { color: rgb(220,93,103); }

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

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

 a { background-color: rgb(220,93,103); }

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

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

 span { border-color: rgb(220,93,103); }

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