Html Css Color HEX #DC2060 Ruby

📋 copy color: '#DC2060'

red 220 ◦ green 32 ◦ blue 96

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

Shades of Ruby #DC2060

Tints of Ruby #DC2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 63.22%
G = 9.2%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC2060 (or 0xDC2060) is known color: Ruby. HEX triplet: DC, 20 and 60. RGB value is (220,32,96). Sum of RGB (Red+Green+Blue) = 220+32+96=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2060 is #23DF9F. Grayscale: #5F5F5F. Windows color (decimal): -2351008 or 6299868. OLE color: 6299868.

HSL color Cylindrical-coordinate representation of color #DC2060: hue angle of 339.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2060 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 96 -
CMYK 0 0.85 0.56 0.14
HSL 339.57º 0.75% 0.49% -
HSV(B) 339.57º 0.85% 0.86% -
XYZ 32.14 17.09 12.67 -
YUV 95.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 220 32 96 0 0.85 0.56 0.14 339.57 0.75 0.49
Hex DC 20 60 0 55 38 E 154 4B 31
Octal 334 40 140 0 125 70 16 524 113 61
Binary 11011100 100000 1100000 0 1010101 111000 1110 101010100 1001011 110001

Color Harmonies of #DC2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2060

Black with #DC2060

Text Example


Text Example

White with #DC2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2060; }

 p { color: rgb(220,32,96); }

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

background-color css

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

 a { background-color: rgb(220,32,96); }

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

border-color css

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

 span { border-color: rgb(220,32,96); }

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