Html Css Color HEX #DF505B Mandy

📋 copy color: '#DF505B'

red 223 ◦ green 80 ◦ blue 91

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

Shades of Mandy #DF505B

Tints of Mandy #DF505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 56.6%
G = 20.3%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF505B (or 0xDF505B) is known color: Mandy. HEX triplet: DF, 50 and 5B. RGB value is (223,80,91). Sum of RGB (Red+Green+Blue) = 223+80+91=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF505B is #20AFA4. Grayscale: #7C7C7C. Windows color (decimal): -2142117 or 5984479. OLE color: 5984479.

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

Color convert

RGB 223 80 91 -
CMYK 0 0.64 0.59 0.13
HSL 355.38º 0.69% 0.59% -
HSV(B) 355.38º 0.64% 0.87% -
XYZ 35.19 22.18 12.32 -
YUV 124.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 223 80 91 0 0.64 0.59 0.13 355.38 0.69 0.59
Hex DF 50 5B 0 40 3B D 163 45 3B
Octal 337 120 133 0 100 73 15 543 105 73
Binary 11011111 1010000 1011011 0 1000000 111011 1101 101100011 1000101 111011

Color Harmonies of #DF505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF505B

Black with #DF505B

Text Example


Text Example

White with #DF505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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