Html Css Color HEX #DF515F Mandy

📋 copy color: '#DF515F'

red 223 ◦ green 81 ◦ blue 95

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

Shades of Mandy #DF515F

Tints of Mandy #DF515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 55.89%
G = 20.3%
B = 23.81%

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

#DF515F (or 0xDF515F) is known color: Mandy. HEX triplet: DF, 51 and 5F. RGB value is (223,81,95). Sum of RGB (Red+Green+Blue) = 223+81+95=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF515F is #20AEA0. Grayscale: #7D7D7D. Windows color (decimal): -2141857 or 6246879. OLE color: 6246879.

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

Color convert

RGB 223 81 95 -
CMYK 0 0.64 0.57 0.13
HSL 354.08º 0.69% 0.6% -
HSV(B) 354.08º 0.64% 0.87% -
XYZ 35.44 22.4 13.28 -
YUV 125.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 223 81 95 0 0.64 0.57 0.13 354.08 0.69 0.6
Hex DF 51 5F 0 40 39 D 162 45 3C
Octal 337 121 137 0 100 71 15 542 105 74
Binary 11011111 1010001 1011111 0 1000000 111001 1101 101100010 1000101 111100

Color Harmonies of #DF515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF515F

Black with #DF515F

Text Example


Text Example

White with #DF515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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