Html Css Color HEX #DC5262 Mandy

📋 copy color: '#DC5262'

red 220 ◦ green 82 ◦ blue 98

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

Shades of Mandy #DC5262

Tints of Mandy #DC5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 55%
G = 20.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5262 (or 0xDC5262) is known color: Mandy. HEX triplet: DC, 52 and 62. RGB value is (220,82,98). Sum of RGB (Red+Green+Blue) = 220+82+98=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5262 is #23AD9D. Grayscale: #7D7D7D. Windows color (decimal): -2338206 or 6443740. OLE color: 6443740.

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

Color convert

RGB 220 82 98 -
CMYK 0 0.63 0.55 0.14
HSL 353.04º 0.66% 0.59% -
HSV(B) 353.04º 0.63% 0.86% -
XYZ 34.74 22.13 14 -
YUV 125.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 220 82 98 0 0.63 0.55 0.14 353.04 0.66 0.59
Hex DC 52 62 0 3F 37 E 161 42 3B
Octal 334 122 142 0 77 67 16 541 102 73
Binary 11011100 1010010 1100010 0 111111 110111 1110 101100001 1000010 111011

Color Harmonies of #DC5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5262

Black with #DC5262

Text Example


Text Example

White with #DC5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5262; }

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

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

background-color css

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

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

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

border-color css

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

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

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