Html Css Color HEX #DF525F Mandy

📋 copy color: '#DF525F'

red 223 ◦ green 82 ◦ blue 95

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

Shades of Mandy #DF525F

Tints of Mandy #DF525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 55.75%
G = 20.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF525F (or 0xDF525F) is known color: Mandy. HEX triplet: DF, 52 and 5F. RGB value is (223,82,95). Sum of RGB (Red+Green+Blue) = 223+82+95=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF525F is #20ADA0. Grayscale: #7D7D7D. Windows color (decimal): -2141601 or 6247135. OLE color: 6247135.

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

Color convert

RGB 223 82 95 -
CMYK 0 0.63 0.57 0.13
HSL 354.47º 0.69% 0.6% -
HSV(B) 354.47º 0.63% 0.87% -
XYZ 35.51 22.55 13.31 -
YUV 125.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 223 82 95 0 0.63 0.57 0.13 354.47 0.69 0.6
Hex DF 52 5F 0 3F 39 D 162 45 3C
Octal 337 122 137 0 77 71 15 542 105 74
Binary 11011111 1010010 1011111 0 111111 111001 1101 101100010 1000101 111100

Color Harmonies of #DF525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF525F

Black with #DF525F

Text Example


Text Example

White with #DF525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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