Html Css Color HEX #DA555F Mandy

📋 copy color: '#DA555F'

red 218 ◦ green 85 ◦ blue 95

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

Shades of Mandy #DA555F

Tints of Mandy #DA555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

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

R = 54.77%
G = 21.36%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA555F (or 0xDA555F) is known color: Mandy. HEX triplet: DA, 55 and 5F. RGB value is (218,85,95). Sum of RGB (Red+Green+Blue) = 218+85+95=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA555F is #25AAA0. Grayscale: #7D7D7D. Windows color (decimal): -2468513 or 6247898. OLE color: 6247898.

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

Color convert

RGB 218 85 95 -
CMYK 0 0.61 0.56 0.15
HSL 355.49º 0.64% 0.59% -
HSV(B) 355.49º 0.61% 0.85% -
XYZ 34.23 22.23 13.31 -
YUV 125.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 218 85 95 0 0.61 0.56 0.15 355.49 0.64 0.59
Hex DA 55 5F 0 3D 38 F 163 40 3B
Octal 332 125 137 0 75 70 17 543 100 73
Binary 11011010 1010101 1011111 0 111101 111000 1111 101100011 1000000 111011

Color Harmonies of #DA555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA555F

Black with #DA555F

Text Example


Text Example

White with #DA555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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