Html Css Color HEX #DC1061 Ruby

📋 copy color: '#DC1061'

red 220 ◦ green 16 ◦ blue 97

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

Shades of Ruby #DC1061

Tints of Ruby #DC1061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 66.07%
G = 4.8%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC1061 (or 0xDC1061) is known color: Ruby. HEX triplet: DC, 10 and 61. RGB value is (220,16,97). Sum of RGB (Red+Green+Blue) = 220+16+97=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1061 is #23EF9E. Grayscale: #565656. Windows color (decimal): -2355103 or 6361308. OLE color: 6361308.

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

Color convert

RGB 220 16 97 -
CMYK 0 0.93 0.56 0.14
HSL 336.18º 0.86% 0.46% -
HSV(B) 336.18º 0.93% 0.86% -
XYZ 31.86 16.45 12.81 -
YUV 86.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 220 16 97 0 0.93 0.56 0.14 336.18 0.86 0.46
Hex DC 10 61 0 5D 38 E 150 56 2E
Octal 334 20 141 0 135 70 16 520 126 56
Binary 11011100 10000 1100001 0 1011101 111000 1110 101010000 1010110 101110

Color Harmonies of #DC1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1061

Black with #DC1061

Text Example


Text Example

White with #DC1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1061; }

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

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

background-color css

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

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

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

border-color css

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

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

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