Html Css Color HEX #DF5355 Mandy

📋 copy color: '#DF5355'

red 223 ◦ green 83 ◦ blue 85

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

Shades of Mandy #DF5355

Tints of Mandy #DF5355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 57.03%
G = 21.23%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF5355 (or 0xDF5355) is known color: Mandy. HEX triplet: DF, 53 and 55. RGB value is (223,83,85). Sum of RGB (Red+Green+Blue) = 223+83+85=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5355 is #20ACAA. Grayscale: #7D7D7D. Windows color (decimal): -2141355 or 5592031. OLE color: 5592031.

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

Color convert

RGB 223 83 85 -
CMYK 0 0.63 0.62 0.13
HSL 359.14º 0.69% 0.6% -
HSV(B) 359.14º 0.63% 0.87% -
XYZ 35.16 22.53 11.09 -
YUV 125.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 223 83 85 0 0.63 0.62 0.13 359.14 0.69 0.6
Hex DF 53 55 0 3F 3E D 167 45 3C
Octal 337 123 125 0 77 76 15 547 105 74
Binary 11011111 1010011 1010101 0 111111 111110 1101 101100111 1000101 111100

Color Harmonies of #DF5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5355

Black with #DF5355

Text Example


Text Example

White with #DF5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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