Html Css Color HEX #DF515D Mandy

📋 copy color: '#DF515D'

red 223 ◦ green 81 ◦ blue 93

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

Shades of Mandy #DF515D

Tints of Mandy #DF515D

RGB

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

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

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

R = 56.17%
G = 20.4%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF515D (or 0xDF515D) is known color: Mandy. HEX triplet: DF, 51 and 5D. RGB value is (223,81,93). Sum of RGB (Red+Green+Blue) = 223+81+93=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF515D is #20AEA2. Grayscale: #7C7C7C. Windows color (decimal): -2141859 or 6115807. OLE color: 6115807.

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

Color convert

RGB 223 81 93 -
CMYK 0 0.64 0.58 0.13
HSL 354.93º 0.69% 0.6% -
HSV(B) 354.93º 0.64% 0.87% -
XYZ 35.35 22.36 12.81 -
YUV 124.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 223 81 93 0 0.64 0.58 0.13 354.93 0.69 0.6
Hex DF 51 5D 0 40 3A D 163 45 3C
Octal 337 121 135 0 100 72 15 543 105 74
Binary 11011111 1010001 1011101 0 1000000 111010 1101 101100011 1000101 111100

Color Harmonies of #DF515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF515D

Black with #DF515D

Text Example


Text Example

White with #DF515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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