Html Css Color HEX #DC5857 Roman

📋 copy color: '#DC5857'

red 220 ◦ green 88 ◦ blue 87

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

Shades of Roman #DC5857

Tints of Roman #DC5857

RGB

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

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

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

R = 55.7%
G = 22.28%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5857 (or 0xDC5857) is known color: Roman. HEX triplet: DC, 58 and 57. RGB value is (220,88,87). Sum of RGB (Red+Green+Blue) = 220+88+87=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5857 is #23A7A8. Grayscale: #7F7F7F. Windows color (decimal): -2336681 or 5724380. OLE color: 5724380.

HSL color Cylindrical-coordinate representation of color #DC5857: hue angle of 0.45º degrees, saturation: 0.66, 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 #DC5857 is Cyan = 0, Magento = 0.6, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 87 -
CMYK 0 0.6 0.60 0.14
HSL 0.45º 0.66% 0.6% -
HSV(B) 0.45º 0.6% 0.86% -
XYZ 34.73 22.88 11.6 -
YUV 127.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 220 88 87 0 0.6 0.60 0.14 0.45 0.66 0.6
Hex DC 58 57 0 3C 3C E 0 42 3C
Octal 334 130 127 0 74 74 16 0 102 74
Binary 11011100 1011000 1010111 0 111100 111100 1110 0 1000010 111100

Color Harmonies of #DC5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5857

Black with #DC5857

Text Example


Text Example

White with #DC5857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5857; }

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

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

background-color css

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

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

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

border-color css

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

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

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