Html Css Color HEX #DC5362 Mandy

📋 copy color: '#DC5362'

red 220 ◦ green 83 ◦ blue 98

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

Shades of Mandy #DC5362

Tints of Mandy #DC5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 54.86%
G = 20.7%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5362 (or 0xDC5362) is known color: Mandy. HEX triplet: DC, 53 and 62. RGB value is (220,83,98). Sum of RGB (Red+Green+Blue) = 220+83+98=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5362 is #23AC9D. Grayscale: #7D7D7D. Windows color (decimal): -2337950 or 6443996. OLE color: 6443996.

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

Color convert

RGB 220 83 98 -
CMYK 0 0.62 0.55 0.14
HSL 353.43º 0.66% 0.59% -
HSV(B) 353.43º 0.62% 0.86% -
XYZ 34.81 22.28 14.02 -
YUV 125.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 220 83 98 0 0.62 0.55 0.14 353.43 0.66 0.59
Hex DC 53 62 0 3E 37 E 161 42 3B
Octal 334 123 142 0 76 67 16 541 102 73
Binary 11011100 1010011 1100010 0 111110 110111 1110 101100001 1000010 111011

Color Harmonies of #DC5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5362

Black with #DC5362

Text Example


Text Example

White with #DC5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5362; }

 p { color: rgb(220,83,98); }

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

background-color css

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

 a { background-color: rgb(220,83,98); }

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

border-color css

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

 span { border-color: rgb(220,83,98); }

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