Html Css Color HEX #DF535D Mandy

📋 copy color: '#DF535D'

red 223 ◦ green 83 ◦ blue 93

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

Shades of Mandy #DF535D

Tints of Mandy #DF535D

RGB

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

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

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

R = 55.89%
G = 20.8%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF535D (or 0xDF535D) is known color: Mandy. HEX triplet: DF, 53 and 5D. RGB value is (223,83,93). Sum of RGB (Red+Green+Blue) = 223+83+93=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF535D is #20ACA2. Grayscale: #7E7E7E. Windows color (decimal): -2141347 or 6116319. OLE color: 6116319.

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

Color convert

RGB 223 83 93 -
CMYK 0 0.63 0.58 0.13
HSL 355.71º 0.69% 0.6% -
HSV(B) 355.71º 0.63% 0.87% -
XYZ 35.5 22.66 12.86 -
YUV 126 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 223 83 93 0 0.63 0.58 0.13 355.71 0.69 0.6
Hex DF 53 5D 0 3F 3A D 164 45 3C
Octal 337 123 135 0 77 72 15 544 105 74
Binary 11011111 1010011 1011101 0 111111 111010 1101 101100100 1000101 111100

Color Harmonies of #DF535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF535D

Black with #DF535D

Text Example


Text Example

White with #DF535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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