Html Css Color HEX #DA535D Mandy

📋 copy color: '#DA535D'

red 218 ◦ green 83 ◦ blue 93

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

Shades of Mandy #DA535D

Tints of Mandy #DA535D

RGB

 RED value IS 218 (85.55% from 255) = 55.33%

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

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

R = 55.33%
G = 21.07%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA535D (or 0xDA535D) is known color: Mandy. HEX triplet: DA, 53 and 5D. RGB value is (218,83,93). Sum of RGB (Red+Green+Blue) = 218+83+93=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA535D is #25ACA2. Grayscale: #7C7C7C. Windows color (decimal): -2469027 or 6116314. OLE color: 6116314.

HSL color Cylindrical-coordinate representation of color #DA535D: hue angle of 355.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA535D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 93 -
CMYK 0 0.62 0.57 0.15
HSL 355.56º 0.65% 0.59% -
HSV(B) 355.56º 0.62% 0.85% -
XYZ 33.98 21.88 12.79 -
YUV 124.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 218 83 93 0 0.62 0.57 0.15 355.56 0.65 0.59
Hex DA 53 5D 0 3E 39 F 164 41 3B
Octal 332 123 135 0 76 71 17 544 101 73
Binary 11011010 1010011 1011101 0 111110 111001 1111 101100100 1000001 111011

Color Harmonies of #DA535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA535D

Black with #DA535D

Text Example


Text Example

White with #DA535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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