Html Css Color HEX #DF5052 Mandy

📋 copy color: '#DF5052'

red 223 ◦ green 80 ◦ blue 82

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

Shades of Mandy #DF5052

Tints of Mandy #DF5052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 57.92%
G = 20.78%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5052 (or 0xDF5052) is known color: Mandy. HEX triplet: DF, 50 and 52. RGB value is (223,80,82). Sum of RGB (Red+Green+Blue) = 223+80+82=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5052 is #20AFAD. Grayscale: #7B7B7B. Windows color (decimal): -2142126 or 5394655. OLE color: 5394655.

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

Color convert

RGB 223 80 82 -
CMYK 0 0.64 0.63 0.13
HSL 359.16º 0.69% 0.59% -
HSV(B) 359.16º 0.64% 0.87% -
XYZ 34.82 22.03 10.4 -
YUV 122.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 223 80 82 0 0.64 0.63 0.13 359.16 0.69 0.59
Hex DF 50 52 0 40 3F D 167 45 3B
Octal 337 120 122 0 100 77 15 547 105 73
Binary 11011111 1010000 1010010 0 1000000 111111 1101 101100111 1000101 111011

Color Harmonies of #DF5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5052

Black with #DF5052

Text Example


Text Example

White with #DF5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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