Html Css Color HEX #DC166F Ruby

📋 copy color: '#DC166F'

red 220 ◦ green 22 ◦ blue 111

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

Shades of Ruby #DC166F

Tints of Ruby #DC166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 62.32%
G = 6.23%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC166F (or 0xDC166F) is known color: Ruby. HEX triplet: DC, 16 and 6F. RGB value is (220,22,111). Sum of RGB (Red+Green+Blue) = 220+22+111=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166F is #23E990. Grayscale: #5B5B5B. Windows color (decimal): -2353553 or 7280348. OLE color: 7280348.

HSL color Cylindrical-coordinate representation of color #DC166F: hue angle of 333.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC166F is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 111 -
CMYK 0 0.9 0.50 0.14
HSL 333.03º 0.82% 0.47% -
HSV(B) 333.03º 0.9% 0.86% -
XYZ 32.67 16.94 16.59 -
YUV 91.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 220 22 111 0 0.9 0.50 0.14 333.03 0.82 0.47
Hex DC 16 6F 0 5A 32 E 14D 52 2F
Octal 334 26 157 0 132 62 16 515 122 57
Binary 11011100 10110 1101111 0 1011010 110010 1110 101001101 1010010 101111

Color Harmonies of #DC166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC166F

Black with #DC166F

Text Example


Text Example

White with #DC166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC166F; }

 p { color: rgb(220,22,111); }

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

background-color css

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

 a { background-color: rgb(220,22,111); }

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

border-color css

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

 span { border-color: rgb(220,22,111); }

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