#DA6161

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

Shades of Roman #DA6161

Tints of Roman #DA6161

Color information

#DA6161 (or 0xDA6161) is unknown color: approx Roman. HEX triplet: DA, 61 and 61. RGB value is (218,97,97). Sum of RGB (Red+Green+Blue) = 218+97+97=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6161 is #259E9E. Grayscale: #858585. Windows color (decimal): -2465439 or 6382042. OLE color: 6382042.

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

Color convert

RGB2189797-
CMYK00.560.560.15
HSL62.05%61.76%-
HSV(B)55.5%85.49%-
XYZ35.3524.3214.14-
YUV133.18107.59188.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=52.91%
G=23.54%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218979700.560.560.15062.0561.76
HexDA616103838F03e3e
Octal332141141070701707676
Binary1101101011000011100001011100011100011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6161; }

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

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

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

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

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

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

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

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