Html Css Color HEX #DC105E Ruby

📋 copy color: '#DC105E'

red 220 ◦ green 16 ◦ blue 94

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

Shades of Ruby #DC105E

Tints of Ruby #DC105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 66.67%
G = 4.85%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC105E (or 0xDC105E) is known color: Ruby. HEX triplet: DC, 10 and 5E. RGB value is (220,16,94). Sum of RGB (Red+Green+Blue) = 220+16+94=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC105E is #23EFA1. Grayscale: #555555. Windows color (decimal): -2355106 or 6164700. OLE color: 6164700.

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

Color convert

RGB 220 16 94 -
CMYK 0 0.93 0.57 0.14
HSL 337.06º 0.86% 0.46% -
HSV(B) 337.06º 0.93% 0.86% -
XYZ 31.72 16.39 12.08 -
YUV 85.89 132.59 223.66 -
System Red Green Blue C M Y K H S L
Decimal 220 16 94 0 0.93 0.57 0.14 337.06 0.86 0.46
Hex DC 10 5E 0 5D 39 E 151 56 2E
Octal 334 20 136 0 135 71 16 521 126 56
Binary 11011100 10000 1011110 0 1011101 111001 1110 101010001 1010110 101110

Color Harmonies of #DC105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC105E

Black with #DC105E

Text Example


Text Example

White with #DC105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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