Html Css Color HEX #DF5160 Mandy

📋 copy color: '#DF5160'

red 223 ◦ green 81 ◦ blue 96

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

Shades of Mandy #DF5160

Tints of Mandy #DF5160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

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

R = 55.75%
G = 20.25%
B = 24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF5160 (or 0xDF5160) is known color: Mandy. HEX triplet: DF, 51 and 60. RGB value is (223,81,96). Sum of RGB (Red+Green+Blue) = 223+81+96=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5160 is #20AE9F. Grayscale: #7D7D7D. Windows color (decimal): -2141856 or 6312415. OLE color: 6312415.

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

Color convert

RGB 223 81 96 -
CMYK 0 0.64 0.57 0.13
HSL 353.66º 0.69% 0.6% -
HSV(B) 353.66º 0.64% 0.87% -
XYZ 35.49 22.42 13.52 -
YUV 125.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 223 81 96 0 0.64 0.57 0.13 353.66 0.69 0.6
Hex DF 51 60 0 40 39 D 162 45 3C
Octal 337 121 140 0 100 71 15 542 105 74
Binary 11011111 1010001 1100000 0 1000000 111001 1101 101100010 1000101 111100

Color Harmonies of #DF5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5160

Black with #DF5160

Text Example


Text Example

White with #DF5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5160; }

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

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

background-color css

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

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

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

border-color css

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

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

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