Html Css Color HEX #DC166C Ruby

📋 copy color: '#DC166C'

red 220 ◦ green 22 ◦ blue 108

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

Shades of Ruby #DC166C

Tints of Ruby #DC166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 62.86%
G = 6.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC166C (or 0xDC166C) is known color: Ruby. HEX triplet: DC, 16 and 6C. RGB value is (220,22,108). Sum of RGB (Red+Green+Blue) = 220+22+108=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166C is #23E993. Grayscale: #5A5A5A. Windows color (decimal): -2353556 or 7083740. OLE color: 7083740.

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

Color convert

RGB 220 22 108 -
CMYK 0 0.9 0.51 0.14
HSL 333.94º 0.82% 0.47% -
HSV(B) 333.94º 0.9% 0.86% -
XYZ 32.51 16.87 15.73 -
YUV 91.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 220 22 108 0 0.9 0.51 0.14 333.94 0.82 0.47
Hex DC 16 6C 0 5A 33 E 14E 52 2F
Octal 334 26 154 0 132 63 16 516 122 57
Binary 11011100 10110 1101100 0 1011010 110011 1110 101001110 1010010 101111

Color Harmonies of #DC166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC166C

Black with #DC166C

Text Example


Text Example

White with #DC166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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