#DB5C65

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

Shades of Mandy #DB5C65

Tints of Mandy #DB5C65

Color information

#DB5C65 (or 0xDB5C65) is unknown color: approx Mandy. HEX triplet: DB, 5C and 65. RGB value is (219,92,101). Sum of RGB (Red+Green+Blue) = 219+92+101=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C65 is #24A39A. Grayscale: #838383. Windows color (decimal): -2401179 or 6642907. OLE color: 6642907.

HSL color Cylindrical-coordinate representation of color #DB5C65: hue angle of 355.75º 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 #DB5C65 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB21992101-
CMYK00.580.540.14
HSL355.75º63.82%60.98%-
HSV(B)355.75º57.99%85.88%-
XYZ35.3923.6515.01-
YUV131111.08190.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=53.16%
G=22.33%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199210100.580.540.14355.7563.8260.98
HexDB5C6503A36E164403d
Octal333134145072661654410075
Binary1101101110111001100101011101011011011101011001001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5C65; }

 p { color: rgb(219,92,101); }

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

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

 a { background-color: rgb(219,92,101); }

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

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

 span { border-color: rgb(219,92,101); }

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