Html Css Color HEX #DC5F58 Roman

📋 copy color: '#DC5F58'

red 220 ◦ green 95 ◦ blue 88

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

Shades of Roman #DC5F58

Tints of Roman #DC5F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

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

R = 54.59%
G = 23.57%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC5F58 (or 0xDC5F58) is known color: Roman. HEX triplet: DC, 5F and 58. RGB value is (220,95,88). Sum of RGB (Red+Green+Blue) = 220+95+88=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F58 is #23A0A7. Grayscale: #838383. Windows color (decimal): -2334888 or 5791708. OLE color: 5791708.

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

Color convert

RGB 220 95 88 -
CMYK 0 0.57 0.6 0.14
HSL 3.18º 0.65% 0.6% -
HSV(B) 3.18º 0.6% 0.86% -
XYZ 35.37 24.1 12.02 -
YUV 131.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 220 95 88 0 0.57 0.6 0.14 3.18 0.65 0.6
Hex DC 5F 58 0 39 3C E 3 41 3C
Octal 334 137 130 0 71 74 16 3 101 74
Binary 11011100 1011111 1011000 0 111001 111100 1110 11 1000001 111100

Color Harmonies of #DC5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F58

Black with #DC5F58

Text Example


Text Example

White with #DC5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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