Html Css Color HEX #DC5965 Mandy

📋 copy color: '#DC5965'

red 220 ◦ green 89 ◦ blue 101

#DC5965
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DC5965

Tints of Mandy #DC5965

RGB

 RED value IS 220 (86.33% from 255) = 53.66%

 GREEN value IS 89 (35.16% from 255) = 21.71%

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 53.66%
G = 21.71%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC5965 (or 0xDC5965) is known color: Mandy. HEX triplet: DC, 59 and 65. RGB value is (220,89,101). Sum of RGB (Red+Green+Blue) = 220+89+101=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5965 is #23A69A. Grayscale: #818181. Windows color (decimal): -2336411 or 6642140. OLE color: 6642140.

HSL color Cylindrical-coordinate representation of color #DC5965: hue angle of 354.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5965 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 101 -
CMYK 0 0.60 0.54 0.14
HSL 354.5º 0.65% 0.61% -
HSV(B) 354.5º 0.6% 0.86% -
XYZ 35.44 23.3 14.94 -
YUV 129.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 220 89 101 0 0.60 0.54 0.14 354.5 0.65 0.61
Hex DC 59 65 0 3C 36 E 163 41 3D
Octal 334 131 145 0 74 66 16 543 101 75
Binary 11011100 1011001 1100101 0 111100 110110 1110 101100011 1000001 111101

Color Harmonies of #DC5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5965

Black with #DC5965

Text Example


Text Example

White with #DC5965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5965; }

 p { color: rgb(220,89,101); }

 H1.HeaderClassName
 {
   color: #DC5965;
 }
 .AnyTagClassName
 {
   color: #DC5965;
 }
</style>

background-color css

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

 a { background-color: rgb(220,89,101); }

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

border-color css

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

 span { border-color: rgb(220,89,101); }

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