Html Css Color HEX #DF5061 Mandy

📋 copy color: '#DF5061'

red 223 ◦ green 80 ◦ blue 97

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

Shades of Mandy #DF5061

Tints of Mandy #DF5061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 55.75%
G = 20%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF5061 (or 0xDF5061) is known color: Mandy. HEX triplet: DF, 50 and 61. RGB value is (223,80,97). Sum of RGB (Red+Green+Blue) = 223+80+97=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5061 is #20AF9E. Grayscale: #7C7C7C. Windows color (decimal): -2142111 or 6377695. OLE color: 6377695.

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

Color convert

RGB 223 80 97 -
CMYK 0 0.64 0.57 0.13
HSL 352.87º 0.69% 0.59% -
HSV(B) 352.87º 0.64% 0.87% -
XYZ 35.46 22.29 13.74 -
YUV 124.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 223 80 97 0 0.64 0.57 0.13 352.87 0.69 0.59
Hex DF 50 61 0 40 39 D 161 45 3B
Octal 337 120 141 0 100 71 15 541 105 73
Binary 11011111 1010000 1100001 0 1000000 111001 1101 101100001 1000101 111011

Color Harmonies of #DF5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5061

Black with #DF5061

Text Example


Text Example

White with #DF5061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5061; }

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

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

background-color css

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

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

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

border-color css

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

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

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