Html Css Color HEX #DA535F Mandy

📋 copy color: '#DA535F'

red 218 ◦ green 83 ◦ blue 95

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

Shades of Mandy #DA535F

Tints of Mandy #DA535F

RGB

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

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

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

R = 55.05%
G = 20.96%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA535F (or 0xDA535F) is known color: Mandy. HEX triplet: DA, 53 and 5F. RGB value is (218,83,95). Sum of RGB (Red+Green+Blue) = 218+83+95=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA535F is #25ACA0. Grayscale: #7C7C7C. Windows color (decimal): -2469025 or 6247386. OLE color: 6247386.

HSL color Cylindrical-coordinate representation of color #DA535F: hue angle of 354.67º 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 #DA535F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 95 -
CMYK 0 0.62 0.56 0.15
HSL 354.67º 0.65% 0.59% -
HSV(B) 354.67º 0.62% 0.85% -
XYZ 34.07 21.92 13.26 -
YUV 124.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 218 83 95 0 0.62 0.56 0.15 354.67 0.65 0.59
Hex DA 53 5F 0 3E 38 F 163 41 3B
Octal 332 123 137 0 76 70 17 543 101 73
Binary 11011010 1010011 1011111 0 111110 111000 1111 101100011 1000001 111011

Color Harmonies of #DA535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA535F

Black with #DA535F

Text Example


Text Example

White with #DA535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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