Html Css Color HEX #DF4D50 Mandy

📋 copy color: '#DF4D50'

red 223 ◦ green 77 ◦ blue 80

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

Shades of Mandy #DF4D50

Tints of Mandy #DF4D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 58.68%
G = 20.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF4D50 (or 0xDF4D50) is known color: Mandy. HEX triplet: DF, 4D and 50. RGB value is (223,77,80). Sum of RGB (Red+Green+Blue) = 223+77+80=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D50 is #20B2AF. Grayscale: #797979. Windows color (decimal): -2142896 or 5262815. OLE color: 5262815.

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

Color convert

RGB 223 77 80 -
CMYK 0 0.65 0.64 0.13
HSL 358.77º 0.7% 0.59% -
HSV(B) 358.77º 0.65% 0.87% -
XYZ 34.53 21.57 9.93 -
YUV 121 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 223 77 80 0 0.65 0.64 0.13 358.77 0.7 0.59
Hex DF 4D 50 0 41 40 D 167 46 3B
Octal 337 115 120 0 101 100 15 547 106 73
Binary 11011111 1001101 1010000 0 1000001 1000000 1101 101100111 1000110 111011

Color Harmonies of #DF4D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D50

Black with #DF4D50

Text Example


Text Example

White with #DF4D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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