Html Css Color HEX #DC5E5F Mandy

📋 copy color: '#DC5E5F'

red 220 ◦ green 94 ◦ blue 95

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

Shades of Mandy #DC5E5F

Tints of Mandy #DC5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 53.79%
G = 22.98%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC5E5F (or 0xDC5E5F) is known color: Mandy. HEX triplet: DC, 5E and 5F. RGB value is (220,94,95). Sum of RGB (Red+Green+Blue) = 220+94+95=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E5F is #23A1A0. Grayscale: #838383. Windows color (decimal): -2335137 or 6250204. OLE color: 6250204.

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

Color convert

RGB 220 94 95 -
CMYK 0 0.57 0.57 0.14
HSL 359.52º 0.64% 0.62% -
HSV(B) 359.52º 0.57% 0.86% -
XYZ 35.58 24.05 13.59 -
YUV 131.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 220 94 95 0 0.57 0.57 0.14 359.52 0.64 0.62
Hex DC 5E 5F 0 39 39 E 168 40 3E
Octal 334 136 137 0 71 71 16 550 100 76
Binary 11011100 1011110 1011111 0 111001 111001 1110 101101000 1000000 111110

Color Harmonies of #DC5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E5F

Black with #DC5E5F

Text Example


Text Example

White with #DC5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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