Html Css Color HEX #DF525D Mandy

📋 copy color: '#DF525D'

red 223 ◦ green 82 ◦ blue 93

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

Shades of Mandy #DF525D

Tints of Mandy #DF525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 56.03%
G = 20.6%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF525D (or 0xDF525D) is known color: Mandy. HEX triplet: DF, 52 and 5D. RGB value is (223,82,93). Sum of RGB (Red+Green+Blue) = 223+82+93=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF525D is #20ADA2. Grayscale: #7D7D7D. Windows color (decimal): -2141603 or 6116063. OLE color: 6116063.

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

Color convert

RGB 223 82 93 -
CMYK 0 0.63 0.58 0.13
HSL 355.32º 0.69% 0.6% -
HSV(B) 355.32º 0.63% 0.87% -
XYZ 35.42 22.51 12.83 -
YUV 125.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 223 82 93 0 0.63 0.58 0.13 355.32 0.69 0.6
Hex DF 52 5D 0 3F 3A D 163 45 3C
Octal 337 122 135 0 77 72 15 543 105 74
Binary 11011111 1010010 1011101 0 111111 111010 1101 101100011 1000101 111100

Color Harmonies of #DF525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF525D

Black with #DF525D

Text Example


Text Example

White with #DF525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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