Html Css Color HEX #DC1070 Ruby

📋 copy color: '#DC1070'

red 220 ◦ green 16 ◦ blue 112

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

Shades of Ruby #DC1070

Tints of Ruby #DC1070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 63.22%
G = 4.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1070 (or 0xDC1070) is known color: Ruby. HEX triplet: DC, 10 and 70. RGB value is (220,16,112). Sum of RGB (Red+Green+Blue) = 220+16+112=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1070 is #23EF8F. Grayscale: #575757. Windows color (decimal): -2355088 or 7344348. OLE color: 7344348.

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

Color convert

RGB 220 16 112 -
CMYK 0 0.93 0.49 0.14
HSL 331.76º 0.86% 0.46% -
HSV(B) 331.76º 0.93% 0.86% -
XYZ 32.63 16.76 16.84 -
YUV 87.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 220 16 112 0 0.93 0.49 0.14 331.76 0.86 0.46
Hex DC 10 70 0 5D 31 E 14C 56 2E
Octal 334 20 160 0 135 61 16 514 126 56
Binary 11011100 10000 1110000 0 1011101 110001 1110 101001100 1010110 101110

Color Harmonies of #DC1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1070

Black with #DC1070

Text Example


Text Example

White with #DC1070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1070; }

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

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

background-color css

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

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

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

border-color css

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

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

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