Html Css Color HEX #DC5A58 Roman

📋 copy color: '#DC5A58'

red 220 ◦ green 90 ◦ blue 88

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

Shades of Roman #DC5A58

Tints of Roman #DC5A58

RGB

 RED value IS 220 (86.33% from 255) = 55.28%

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 55.28%
G = 22.61%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC5A58 (or 0xDC5A58) is known color: Roman. HEX triplet: DC, 5A and 58. RGB value is (220,90,88). Sum of RGB (Red+Green+Blue) = 220+90+88=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A58 is #23A5A7. Grayscale: #808080. Windows color (decimal): -2336168 or 5790428. OLE color: 5790428.

HSL color Cylindrical-coordinate representation of color #DC5A58: hue angle of 0.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5A58 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 88 -
CMYK 0 0.59 0.6 0.14
HSL 0.91º 0.65% 0.6% -
HSV(B) 0.91º 0.6% 0.86% -
XYZ 34.93 23.23 11.88 -
YUV 128.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 220 90 88 0 0.59 0.6 0.14 0.91 0.65 0.6
Hex DC 5A 58 0 3B 3C E 1 41 3C
Octal 334 132 130 0 73 74 16 1 101 74
Binary 11011100 1011010 1011000 0 111011 111100 1110 1 1000001 111100

Color Harmonies of #DC5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A58

Black with #DC5A58

Text Example


Text Example

White with #DC5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A58; }

 p { color: rgb(220,90,88); }

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

background-color css

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

 a { background-color: rgb(220,90,88); }

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

border-color css

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

 span { border-color: rgb(220,90,88); }

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