Html Css Color HEX #DF535C Mandy

📋 copy color: '#DF535C'

red 223 ◦ green 83 ◦ blue 92

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

Shades of Mandy #DF535C

Tints of Mandy #DF535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 56.03%
G = 20.85%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF535C (or 0xDF535C) is known color: Mandy. HEX triplet: DF, 53 and 5C. RGB value is (223,83,92). Sum of RGB (Red+Green+Blue) = 223+83+92=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF535C is #20ACA3. Grayscale: #7D7D7D. Windows color (decimal): -2141348 or 6050783. OLE color: 6050783.

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

Color convert

RGB 223 83 92 -
CMYK 0 0.63 0.59 0.13
HSL 356.14º 0.69% 0.6% -
HSV(B) 356.14º 0.63% 0.87% -
XYZ 35.46 22.65 12.63 -
YUV 125.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 223 83 92 0 0.63 0.59 0.13 356.14 0.69 0.6
Hex DF 53 5C 0 3F 3B D 164 45 3C
Octal 337 123 134 0 77 73 15 544 105 74
Binary 11011111 1010011 1011100 0 111111 111011 1101 101100100 1000101 111100

Color Harmonies of #DF535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF535C

Black with #DF535C

Text Example


Text Example

White with #DF535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF535C; }

 p { color: rgb(223,83,92); }

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

background-color css

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

 a { background-color: rgb(223,83,92); }

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

border-color css

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

 span { border-color: rgb(223,83,92); }

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