Html Css Color HEX #DF5260 Mandy

📋 copy color: '#DF5260'

red 223 ◦ green 82 ◦ blue 96

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

Shades of Mandy #DF5260

Tints of Mandy #DF5260

RGB

 RED value IS 223 (87.5% from 255) = 55.61%

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

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 55.61%
G = 20.45%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF5260 (or 0xDF5260) is known color: Mandy. HEX triplet: DF, 52 and 60. RGB value is (223,82,96). Sum of RGB (Red+Green+Blue) = 223+82+96=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5260 is #20AD9F. Grayscale: #7D7D7D. Windows color (decimal): -2141600 or 6312671. OLE color: 6312671.

HSL color Cylindrical-coordinate representation of color #DF5260: hue angle of 354.04º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5260 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 96 -
CMYK 0 0.63 0.57 0.13
HSL 354.04º 0.69% 0.6% -
HSV(B) 354.04º 0.63% 0.87% -
XYZ 35.56 22.57 13.55 -
YUV 125.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 223 82 96 0 0.63 0.57 0.13 354.04 0.69 0.6
Hex DF 52 60 0 3F 39 D 162 45 3C
Octal 337 122 140 0 77 71 15 542 105 74
Binary 11011111 1010010 1100000 0 111111 111001 1101 101100010 1000101 111100

Color Harmonies of #DF5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5260

Black with #DF5260

Text Example


Text Example

White with #DF5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5260; }

 p { color: rgb(223,82,96); }

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

background-color css

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

 a { background-color: rgb(223,82,96); }

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

border-color css

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

 span { border-color: rgb(223,82,96); }

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