Html Css Color HEX #DA555C Mandy

📋 copy color: '#DA555C'

red 218 ◦ green 85 ◦ blue 92

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

Shades of Mandy #DA555C

Tints of Mandy #DA555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 55.19%
G = 21.52%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA555C (or 0xDA555C) is known color: Mandy. HEX triplet: DA, 55 and 5C. RGB value is (218,85,92). Sum of RGB (Red+Green+Blue) = 218+85+92=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA555C is #25AAA3. Grayscale: #7D7D7D. Windows color (decimal): -2468516 or 6051290. OLE color: 6051290.

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

Color convert

RGB 218 85 92 -
CMYK 0 0.61 0.58 0.15
HSL 356.84º 0.64% 0.59% -
HSV(B) 356.84º 0.61% 0.85% -
XYZ 34.09 22.18 12.61 -
YUV 125.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 218 85 92 0 0.61 0.58 0.15 356.84 0.64 0.59
Hex DA 55 5C 0 3D 3A F 165 40 3B
Octal 332 125 134 0 75 72 17 545 100 73
Binary 11011010 1010101 1011100 0 111101 111010 1111 101100101 1000000 111011

Color Harmonies of #DA555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA555C

Black with #DA555C

Text Example


Text Example

White with #DA555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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