Html Css Color HEX #DF5360 Mandy

📋 copy color: '#DF5360'

red 223 ◦ green 83 ◦ blue 96

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

Shades of Mandy #DF5360

Tints of Mandy #DF5360

RGB

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

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

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

R = 55.47%
G = 20.65%
B = 23.88%

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

#DF5360 (or 0xDF5360) is known color: Mandy. HEX triplet: DF, 53 and 60. RGB value is (223,83,96). Sum of RGB (Red+Green+Blue) = 223+83+96=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5360 is #20AC9F. Grayscale: #7E7E7E. Windows color (decimal): -2141344 or 6312927. OLE color: 6312927.

HSL color Cylindrical-coordinate representation of color #DF5360: hue angle of 354.43º 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 #DF5360 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 96 -
CMYK 0 0.63 0.57 0.13
HSL 354.43º 0.69% 0.6% -
HSV(B) 354.43º 0.63% 0.87% -
XYZ 35.64 22.72 13.57 -
YUV 126.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 223 83 96 0 0.63 0.57 0.13 354.43 0.69 0.6
Hex DF 53 60 0 3F 39 D 162 45 3C
Octal 337 123 140 0 77 71 15 542 105 74
Binary 11011111 1010011 1100000 0 111111 111001 1101 101100010 1000101 111100

Color Harmonies of #DF5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5360

Black with #DF5360

Text Example


Text Example

White with #DF5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5360; }

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

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

background-color css

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

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

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

border-color css

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

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

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