Html Css Color HEX #DA5D5A Roman

📋 copy color: '#DA5D5A'

red 218 ◦ green 93 ◦ blue 90

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

Shades of Roman #DA5D5A

Tints of Roman #DA5D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 54.36%
G = 23.19%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA5D5A (or 0xDA5D5A) is known color: Roman. HEX triplet: DA, 5D and 5A. RGB value is (218,93,90). Sum of RGB (Red+Green+Blue) = 218+93+90=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D5A is #25A2A5. Grayscale: #828282. Windows color (decimal): -2466470 or 5922266. OLE color: 5922266.

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

Color convert

RGB 218 93 90 -
CMYK 0 0.57 0.59 0.15
HSL 1.41º 0.63% 0.6% -
HSV(B) 1.41º 0.59% 0.85% -
XYZ 34.67 23.47 12.38 -
YUV 130.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 218 93 90 0 0.57 0.59 0.15 1.41 0.63 0.6
Hex DA 5D 5A 0 39 3B F 1 3F 3C
Octal 332 135 132 0 71 73 17 1 77 74
Binary 11011010 1011101 1011010 0 111001 111011 1111 1 111111 111100

Color Harmonies of #DA5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D5A

Black with #DA5D5A

Text Example


Text Example

White with #DA5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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