Html Css Color HEX #DF5264 Mandy

📋 copy color: '#DF5264'

red 223 ◦ green 82 ◦ blue 100

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

Shades of Mandy #DF5264

Tints of Mandy #DF5264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 55.06%
G = 20.25%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF5264 (or 0xDF5264) is known color: Mandy. HEX triplet: DF, 52 and 64. RGB value is (223,82,100). Sum of RGB (Red+Green+Blue) = 223+82+100=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5264 is #20AD9B. Grayscale: #7E7E7E. Windows color (decimal): -2141596 or 6574815. OLE color: 6574815.

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

Color convert

RGB 223 82 100 -
CMYK 0 0.63 0.55 0.13
HSL 352.34º 0.69% 0.6% -
HSV(B) 352.34º 0.63% 0.87% -
XYZ 35.75 22.64 14.54 -
YUV 126.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 223 82 100 0 0.63 0.55 0.13 352.34 0.69 0.6
Hex DF 52 64 0 3F 37 D 160 45 3C
Octal 337 122 144 0 77 67 15 540 105 74
Binary 11011111 1010010 1100100 0 111111 110111 1101 101100000 1000101 111100

Color Harmonies of #DF5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5264

Black with #DF5264

Text Example


Text Example

White with #DF5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5264; }

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

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

background-color css

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

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

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

border-color css

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

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

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