Html Css Color HEX #DC1171 Ruby

📋 copy color: '#DC1171'

red 220 ◦ green 17 ◦ blue 113

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

Shades of Ruby #DC1171

Tints of Ruby #DC1171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 62.86%
G = 4.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1171 (or 0xDC1171) is known color: Ruby. HEX triplet: DC, 11 and 71. RGB value is (220,17,113). Sum of RGB (Red+Green+Blue) = 220+17+113=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1171 is #23EE8E. Grayscale: #585858. Windows color (decimal): -2354831 or 7410140. OLE color: 7410140.

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

Color convert

RGB 220 17 113 -
CMYK 0 0.92 0.49 0.14
HSL 331.63º 0.86% 0.46% -
HSV(B) 331.63º 0.92% 0.86% -
XYZ 32.7 16.81 17.14 -
YUV 88.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 220 17 113 0 0.92 0.49 0.14 331.63 0.86 0.46
Hex DC 11 71 0 5C 31 E 14C 56 2E
Octal 334 21 161 0 134 61 16 514 126 56
Binary 11011100 10001 1110001 0 1011100 110001 1110 101001100 1010110 101110

Color Harmonies of #DC1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1171

Black with #DC1171

Text Example


Text Example

White with #DC1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1171; }

 p { color: rgb(220,17,113); }

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

background-color css

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

 a { background-color: rgb(220,17,113); }

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

border-color css

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

 span { border-color: rgb(220,17,113); }

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