Html Css Color HEX #DA5957 Roman

📋 copy color: '#DA5957'

red 218 ◦ green 89 ◦ blue 87

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

Shades of Roman #DA5957

Tints of Roman #DA5957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 55.33%
G = 22.59%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5957 (or 0xDA5957) is known color: Roman. HEX triplet: DA, 59 and 57. RGB value is (218,89,87). Sum of RGB (Red+Green+Blue) = 218+89+87=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5957 is #25A6A8. Grayscale: #7F7F7F. Windows color (decimal): -2467497 or 5724634. OLE color: 5724634.

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

Color convert

RGB 218 89 87 -
CMYK 0 0.59 0.60 0.15
HSL 0.92º 0.64% 0.6% -
HSV(B) 0.92º 0.6% 0.85% -
XYZ 34.21 22.74 11.6 -
YUV 127.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 218 89 87 0 0.59 0.60 0.15 0.92 0.64 0.6
Hex DA 59 57 0 3B 3C F 1 40 3C
Octal 332 131 127 0 73 74 17 1 100 74
Binary 11011010 1011001 1010111 0 111011 111100 1111 1 1000000 111100

Color Harmonies of #DA5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5957

Black with #DA5957

Text Example


Text Example

White with #DA5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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