Html Css Color HEX #DC1166 Ruby

📋 copy color: '#DC1166'

red 220 ◦ green 17 ◦ blue 102

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

Shades of Ruby #DC1166

Tints of Ruby #DC1166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 64.9%
G = 5.01%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC1166 (or 0xDC1166) is known color: Ruby. HEX triplet: DC, 11 and 66. RGB value is (220,17,102). Sum of RGB (Red+Green+Blue) = 220+17+102=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1166 is #23EE99. Grayscale: #575757. Windows color (decimal): -2354842 or 6689244. OLE color: 6689244.

HSL color Cylindrical-coordinate representation of color #DC1166: hue angle of 334.88º 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 #DC1166 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 102 -
CMYK 0 0.92 0.54 0.14
HSL 334.88º 0.86% 0.46% -
HSV(B) 334.88º 0.92% 0.86% -
XYZ 32.11 16.58 14.08 -
YUV 87.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 220 17 102 0 0.92 0.54 0.14 334.88 0.86 0.46
Hex DC 11 66 0 5C 36 E 14F 56 2E
Octal 334 21 146 0 134 66 16 517 126 56
Binary 11011100 10001 1100110 0 1011100 110110 1110 101001111 1010110 101110

Color Harmonies of #DC1166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1166

Black with #DC1166

Text Example


Text Example

White with #DC1166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1166; }

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

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

background-color css

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

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

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

border-color css

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

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

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