Html Css Color HEX #DA585D Mandy

📋 copy color: '#DA585D'

red 218 ◦ green 88 ◦ blue 93

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

Shades of Mandy #DA585D

Tints of Mandy #DA585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

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

R = 54.64%
G = 22.06%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA585D (or 0xDA585D) is known color: Mandy. HEX triplet: DA, 58 and 5D. RGB value is (218,88,93). Sum of RGB (Red+Green+Blue) = 218+88+93=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA585D is #25A7A2. Grayscale: #7F7F7F. Windows color (decimal): -2467747 or 6117594. OLE color: 6117594.

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

Color convert

RGB 218 88 93 -
CMYK 0 0.60 0.57 0.15
HSL 357.69º 0.64% 0.6% -
HSV(B) 357.69º 0.6% 0.85% -
XYZ 34.38 22.68 12.92 -
YUV 127.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 218 88 93 0 0.60 0.57 0.15 357.69 0.64 0.6
Hex DA 58 5D 0 3C 39 F 166 40 3C
Octal 332 130 135 0 74 71 17 546 100 74
Binary 11011010 1011000 1011101 0 111100 111001 1111 101100110 1000000 111100

Color Harmonies of #DA585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA585D

Black with #DA585D

Text Example


Text Example

White with #DA585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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