Html Css Color HEX #DC5765 Mandy

📋 copy color: '#DC5765'

red 220 ◦ green 87 ◦ blue 101

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

Shades of Mandy #DC5765

Tints of Mandy #DC5765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 53.92%
G = 21.32%
B = 24.75%

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

#DC5765 (or 0xDC5765) is known color: Mandy. HEX triplet: DC, 57 and 65. RGB value is (220,87,101). Sum of RGB (Red+Green+Blue) = 220+87+101=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5765 is #23A89A. Grayscale: #808080. Windows color (decimal): -2336923 or 6641628. OLE color: 6641628.

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

Color convert

RGB 220 87 101 -
CMYK 0 0.60 0.54 0.14
HSL 353.68º 0.66% 0.6% -
HSV(B) 353.68º 0.6% 0.86% -
XYZ 35.27 22.97 14.89 -
YUV 128.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 220 87 101 0 0.60 0.54 0.14 353.68 0.66 0.6
Hex DC 57 65 0 3C 36 E 162 42 3C
Octal 334 127 145 0 74 66 16 542 102 74
Binary 11011100 1010111 1100101 0 111100 110110 1110 101100010 1000010 111100

Color Harmonies of #DC5765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5765

Black with #DC5765

Text Example


Text Example

White with #DC5765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5765; }

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

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

background-color css

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

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

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

border-color css

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

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

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