Html Css Color HEX #DC1E60 Ruby

📋 copy color: '#DC1E60'

red 220 ◦ green 30 ◦ blue 96

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

Shades of Ruby #DC1E60

Tints of Ruby #DC1E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 63.58%
G = 8.67%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC1E60 (or 0xDC1E60) is known color: Ruby. HEX triplet: DC, 1E and 60. RGB value is (220,30,96). Sum of RGB (Red+Green+Blue) = 220+30+96=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E60 is #23E19F. Grayscale: #5E5E5E. Windows color (decimal): -2351520 or 6299356. OLE color: 6299356.

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

Color convert

RGB 220 30 96 -
CMYK 0 0.86 0.56 0.14
HSL 339.16º 0.76% 0.49% -
HSV(B) 339.16º 0.86% 0.86% -
XYZ 32.09 16.99 12.65 -
YUV 94.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 220 30 96 0 0.86 0.56 0.14 339.16 0.76 0.49
Hex DC 1E 60 0 56 38 E 153 4C 31
Octal 334 36 140 0 126 70 16 523 114 61
Binary 11011100 11110 1100000 0 1010110 111000 1110 101010011 1001100 110001

Color Harmonies of #DC1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E60

Black with #DC1E60

Text Example


Text Example

White with #DC1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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