Html Css Color HEX #DC106E Ruby

📋 copy color: '#DC106E'

red 220 ◦ green 16 ◦ blue 110

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

Shades of Ruby #DC106E

Tints of Ruby #DC106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 63.58%
G = 4.62%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC106E (or 0xDC106E) is known color: Ruby. HEX triplet: DC, 10 and 6E. RGB value is (220,16,110). Sum of RGB (Red+Green+Blue) = 220+16+110=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC106E is #23EF91. Grayscale: #575757. Windows color (decimal): -2355090 or 7213276. OLE color: 7213276.

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

Color convert

RGB 220 16 110 -
CMYK 0 0.93 0.50 0.14
HSL 332.35º 0.86% 0.46% -
HSV(B) 332.35º 0.93% 0.86% -
XYZ 32.51 16.71 16.26 -
YUV 87.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 220 16 110 0 0.93 0.50 0.14 332.35 0.86 0.46
Hex DC 10 6E 0 5D 32 E 14C 56 2E
Octal 334 20 156 0 135 62 16 514 126 56
Binary 11011100 10000 1101110 0 1011101 110010 1110 101001100 1010110 101110

Color Harmonies of #DC106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC106E

Black with #DC106E

Text Example


Text Example

White with #DC106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC106E; }

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

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

background-color css

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

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

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

border-color css

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

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

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