Html Css Color HEX #DC5B5E Mandy

📋 copy color: '#DC5B5E'

red 220 ◦ green 91 ◦ blue 94

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

Shades of Mandy #DC5B5E

Tints of Mandy #DC5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.47%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 54.32%
G = 22.47%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC5B5E (or 0xDC5B5E) is known color: Mandy. HEX triplet: DC, 5B and 5E. RGB value is (220,91,94). Sum of RGB (Red+Green+Blue) = 220+91+94=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B5E is #23A4A1. Grayscale: #828282. Windows color (decimal): -2335906 or 6183900. OLE color: 6183900.

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

Color convert

RGB 220 91 94 -
CMYK 0 0.59 0.57 0.14
HSL 358.6º 0.65% 0.61% -
HSV(B) 358.6º 0.59% 0.86% -
XYZ 35.28 23.51 13.27 -
YUV 129.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 220 91 94 0 0.59 0.57 0.14 358.6 0.65 0.61
Hex DC 5B 5E 0 3B 39 E 167 41 3D
Octal 334 133 136 0 73 71 16 547 101 75
Binary 11011100 1011011 1011110 0 111011 111001 1110 101100111 1000001 111101

Color Harmonies of #DC5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B5E

Black with #DC5B5E

Text Example


Text Example

White with #DC5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B5E; }

 p { color: rgb(220,91,94); }

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

background-color css

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

 a { background-color: rgb(220,91,94); }

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

border-color css

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

 span { border-color: rgb(220,91,94); }

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