Html Css Color HEX #DA5958 Roman

📋 copy color: '#DA5958'

red 218 ◦ green 89 ◦ blue 88

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

Shades of Roman #DA5958

Tints of Roman #DA5958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 55.19%
G = 22.53%
B = 22.28%

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

#DA5958 (or 0xDA5958) is known color: Roman. HEX triplet: DA, 59 and 58. RGB value is (218,89,88). Sum of RGB (Red+Green+Blue) = 218+89+88=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5958 is #25A6A7. Grayscale: #7F7F7F. Windows color (decimal): -2467496 or 5790170. OLE color: 5790170.

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

Color convert

RGB 218 89 88 -
CMYK 0 0.59 0.60 0.15
HSL 0.46º 0.64% 0.6% -
HSV(B) 0.46º 0.6% 0.85% -
XYZ 34.25 22.75 11.82 -
YUV 127.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 218 89 88 0 0.59 0.60 0.15 0.46 0.64 0.6
Hex DA 59 58 0 3B 3C F 0 40 3C
Octal 332 131 130 0 73 74 17 0 100 74
Binary 11011010 1011001 1011000 0 111011 111100 1111 0 1000000 111100

Color Harmonies of #DA5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5958

Black with #DA5958

Text Example


Text Example

White with #DA5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5958; }

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

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

background-color css

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

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

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

border-color css

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

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

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