Html Css Color HEX #DC106C Ruby

📋 copy color: '#DC106C'

red 220 ◦ green 16 ◦ blue 108

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

Shades of Ruby #DC106C

Tints of Ruby #DC106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 63.95%
G = 4.65%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC106C (or 0xDC106C) is known color: Ruby. HEX triplet: DC, 10 and 6C. RGB value is (220,16,108). Sum of RGB (Red+Green+Blue) = 220+16+108=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC106C is #23EF93. Grayscale: #575757. Windows color (decimal): -2355092 or 7082204. OLE color: 7082204.

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

Color convert

RGB 220 16 108 -
CMYK 0 0.93 0.51 0.14
HSL 332.94º 0.86% 0.46% -
HSV(B) 332.94º 0.93% 0.86% -
XYZ 32.41 16.67 15.7 -
YUV 87.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 220 16 108 0 0.93 0.51 0.14 332.94 0.86 0.46
Hex DC 10 6C 0 5D 33 E 14D 56 2E
Octal 334 20 154 0 135 63 16 515 126 56
Binary 11011100 10000 1101100 0 1011101 110011 1110 101001101 1010110 101110

Color Harmonies of #DC106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC106C

Black with #DC106C

Text Example


Text Example

White with #DC106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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