Html Css Color HEX #DF505E Mandy

📋 copy color: '#DF505E'

red 223 ◦ green 80 ◦ blue 94

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

Shades of Mandy #DF505E

Tints of Mandy #DF505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 56.17%
G = 20.15%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF505E (or 0xDF505E) is known color: Mandy. HEX triplet: DF, 50 and 5E. RGB value is (223,80,94). Sum of RGB (Red+Green+Blue) = 223+80+94=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF505E is #20AFA1. Grayscale: #7C7C7C. Windows color (decimal): -2142114 or 6181087. OLE color: 6181087.

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

Color convert

RGB 223 80 94 -
CMYK 0 0.64 0.58 0.13
HSL 354.13º 0.69% 0.59% -
HSV(B) 354.13º 0.64% 0.87% -
XYZ 35.32 22.23 13.02 -
YUV 124.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 223 80 94 0 0.64 0.58 0.13 354.13 0.69 0.59
Hex DF 50 5E 0 40 3A D 162 45 3B
Octal 337 120 136 0 100 72 15 542 105 73
Binary 11011111 1010000 1011110 0 1000000 111010 1101 101100010 1000101 111011

Color Harmonies of #DF505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF505E

Black with #DF505E

Text Example


Text Example

White with #DF505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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