#DA5D5D

Color #DA5D5D Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DA5D5D

Tints of Roman #DA5D5D

Color information

#DA5D5D (or 0xDA5D5D) is unknown color: approx Roman. HEX triplet: DA, 5D and 5D. RGB value is (218,93,93). Sum of RGB (Red+Green+Blue) = 218+93+93=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D5D is #25A2A2. Grayscale: #828282. Windows color (decimal): -2466467 or 6118874. OLE color: 6118874.

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

Color convert

RGB2189393-
CMYK00.570.570.15
HSL62.81%60.98%-
HSV(B)57.34%85.49%-
XYZ34.823.5213.06-
YUV130.38106.91190.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.96%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=53.96%
G=23.02%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218939300.570.570.15062.8160.98
HexDA5D5D03939F03f3d
Octal332135135071711707775
Binary1101101010111011011101011100111100111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5D5D; }

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

 H1.HeaderClassName
 {
   color: #DA5D5D;
 }
 .AnyTagClassName
 {
   color: #DA5D5D;
 }
</style>
background-color css

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

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

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

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

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

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