Html Css Color HEX #DA5E58 Roman

📋 copy color: '#DA5E58'

red 218 ◦ green 94 ◦ blue 88

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

Shades of Roman #DA5E58

Tints of Roman #DA5E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

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

R = 54.5%
G = 23.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5E58 (or 0xDA5E58) is known color: Roman. HEX triplet: DA, 5E and 58. RGB value is (218,94,88). Sum of RGB (Red+Green+Blue) = 218+94+88=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E58 is #25A1A7. Grayscale: #828282. Windows color (decimal): -2466216 or 5791450. OLE color: 5791450.

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

Color convert

RGB 218 94 88 -
CMYK 0 0.57 0.60 0.15
HSL 2.77º 0.64% 0.6% -
HSV(B) 2.77º 0.6% 0.85% -
XYZ 34.68 23.62 11.96 -
YUV 130.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 218 94 88 0 0.57 0.60 0.15 2.77 0.64 0.6
Hex DA 5E 58 0 39 3C F 3 40 3C
Octal 332 136 130 0 71 74 17 3 100 74
Binary 11011010 1011110 1011000 0 111001 111100 1111 11 1000000 111100

Color Harmonies of #DA5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E58

Black with #DA5E58

Text Example


Text Example

White with #DA5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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