Html Css Color HEX #DC1C70 Ruby

📋 copy color: '#DC1C70'

red 220 ◦ green 28 ◦ blue 112

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

Shades of Ruby #DC1C70

Tints of Ruby #DC1C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 61.11%
G = 7.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1C70 (or 0xDC1C70) is known color: Ruby. HEX triplet: DC, 1C and 70. RGB value is (220,28,112). Sum of RGB (Red+Green+Blue) = 220+28+112=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C70 is #23E38F. Grayscale: #5E5E5E. Windows color (decimal): -2352016 or 7347420. OLE color: 7347420.

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

Color convert

RGB 220 28 112 -
CMYK 0 0.87 0.49 0.14
HSL 333.75º 0.77% 0.49% -
HSV(B) 333.75º 0.87% 0.86% -
XYZ 32.86 17.22 16.92 -
YUV 94.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 220 28 112 0 0.87 0.49 0.14 333.75 0.77 0.49
Hex DC 1C 70 0 57 31 E 14E 4D 31
Octal 334 34 160 0 127 61 16 516 115 61
Binary 11011100 11100 1110000 0 1010111 110001 1110 101001110 1001101 110001

Color Harmonies of #DC1C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C70

Black with #DC1C70

Text Example


Text Example

White with #DC1C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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