Html Css Color HEX #DF505F Mandy

📋 copy color: '#DF505F'

red 223 ◦ green 80 ◦ blue 95

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

Shades of Mandy #DF505F

Tints of Mandy #DF505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 56.03%
G = 20.1%
B = 23.87%

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

#DF505F (or 0xDF505F) is known color: Mandy. HEX triplet: DF, 50 and 5F. RGB value is (223,80,95). Sum of RGB (Red+Green+Blue) = 223+80+95=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF505F is #20AFA0. Grayscale: #7C7C7C. Windows color (decimal): -2142113 or 6246623. OLE color: 6246623.

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

Color convert

RGB 223 80 95 -
CMYK 0 0.64 0.57 0.13
HSL 353.71º 0.69% 0.59% -
HSV(B) 353.71º 0.64% 0.87% -
XYZ 35.37 22.25 13.26 -
YUV 124.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 223 80 95 0 0.64 0.57 0.13 353.71 0.69 0.59
Hex DF 50 5F 0 40 39 D 162 45 3B
Octal 337 120 137 0 100 71 15 542 105 73
Binary 11011111 1010000 1011111 0 1000000 111001 1101 101100010 1000101 111011

Color Harmonies of #DF505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF505F

Black with #DF505F

Text Example


Text Example

White with #DF505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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