Html Css Color HEX #DC1870 Ruby

📋 copy color: '#DC1870'

red 220 ◦ green 24 ◦ blue 112

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

Shades of Ruby #DC1870

Tints of Ruby #DC1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 61.8%
G = 6.74%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1870 (or 0xDC1870) is known color: Ruby. HEX triplet: DC, 18 and 70. RGB value is (220,24,112). Sum of RGB (Red+Green+Blue) = 220+24+112=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1870 is #23E78F. Grayscale: #5C5C5C. Windows color (decimal): -2353040 or 7346396. OLE color: 7346396.

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

Color convert

RGB 220 24 112 -
CMYK 0 0.89 0.49 0.14
HSL 333.06º 0.8% 0.48% -
HSV(B) 333.06º 0.89% 0.86% -
XYZ 32.77 17.04 16.89 -
YUV 92.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 220 24 112 0 0.89 0.49 0.14 333.06 0.8 0.48
Hex DC 18 70 0 59 31 E 14D 50 30
Octal 334 30 160 0 131 61 16 515 120 60
Binary 11011100 11000 1110000 0 1011001 110001 1110 101001101 1010000 110000

Color Harmonies of #DC1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1870

Black with #DC1870

Text Example


Text Example

White with #DC1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1870; }

 p { color: rgb(220,24,112); }

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

background-color css

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

 a { background-color: rgb(220,24,112); }

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

border-color css

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

 span { border-color: rgb(220,24,112); }

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