Html Css Color HEX #DA595F Mandy

📋 copy color: '#DA595F'

red 218 ◦ green 89 ◦ blue 95

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

Shades of Mandy #DA595F

Tints of Mandy #DA595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.14%

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

R = 54.23%
G = 22.14%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA595F (or 0xDA595F) is known color: Mandy. HEX triplet: DA, 59 and 5F. RGB value is (218,89,95). Sum of RGB (Red+Green+Blue) = 218+89+95=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA595F is #25A6A0. Grayscale: #808080. Windows color (decimal): -2467489 or 6248922. OLE color: 6248922.

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

Color convert

RGB 218 89 95 -
CMYK 0 0.59 0.56 0.15
HSL 357.21º 0.64% 0.6% -
HSV(B) 357.21º 0.59% 0.85% -
XYZ 34.55 22.88 13.42 -
YUV 128.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 218 89 95 0 0.59 0.56 0.15 357.21 0.64 0.6
Hex DA 59 5F 0 3B 38 F 165 40 3C
Octal 332 131 137 0 73 70 17 545 100 74
Binary 11011010 1011001 1011111 0 111011 111000 1111 101100101 1000000 111100

Color Harmonies of #DA595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA595F

Black with #DA595F

Text Example


Text Example

White with #DA595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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