Html Css Color HEX #DF555F Mandy

📋 copy color: '#DF555F'

red 223 ◦ green 85 ◦ blue 95

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

Shades of Mandy #DF555F

Tints of Mandy #DF555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 55.33%
G = 21.09%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF555F (or 0xDF555F) is known color: Mandy. HEX triplet: DF, 55 and 5F. RGB value is (223,85,95). Sum of RGB (Red+Green+Blue) = 223+85+95=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF555F is #20AAA0. Grayscale: #7F7F7F. Windows color (decimal): -2140833 or 6247903. OLE color: 6247903.

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

Color convert

RGB 223 85 95 -
CMYK 0 0.62 0.57 0.13
HSL 355.65º 0.68% 0.6% -
HSV(B) 355.65º 0.62% 0.87% -
XYZ 35.75 23.01 13.38 -
YUV 127.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 223 85 95 0 0.62 0.57 0.13 355.65 0.68 0.6
Hex DF 55 5F 0 3E 39 D 164 44 3C
Octal 337 125 137 0 76 71 15 544 104 74
Binary 11011111 1010101 1011111 0 111110 111001 1101 101100100 1000100 111100

Color Harmonies of #DF555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF555F

Black with #DF555F

Text Example


Text Example

White with #DF555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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