Html Css Color HEX #DC1063 Ruby

📋 copy color: '#DC1063'

red 220 ◦ green 16 ◦ blue 99

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

Shades of Ruby #DC1063

Tints of Ruby #DC1063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 65.67%
G = 4.78%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1063 (or 0xDC1063) is known color: Ruby. HEX triplet: DC, 10 and 63. RGB value is (220,16,99). Sum of RGB (Red+Green+Blue) = 220+16+99=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1063 is #23EF9C. Grayscale: #565656. Windows color (decimal): -2355101 or 6492380. OLE color: 6492380.

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

Color convert

RGB 220 16 99 -
CMYK 0 0.93 0.55 0.14
HSL 335.59º 0.86% 0.46% -
HSV(B) 335.59º 0.93% 0.86% -
XYZ 31.95 16.49 13.3 -
YUV 86.46 135.09 223.25 -
System Red Green Blue C M Y K H S L
Decimal 220 16 99 0 0.93 0.55 0.14 335.59 0.86 0.46
Hex DC 10 63 0 5D 37 E 150 56 2E
Octal 334 20 143 0 135 67 16 520 126 56
Binary 11011100 10000 1100011 0 1011101 110111 1110 101010000 1010110 101110

Color Harmonies of #DC1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1063

Black with #DC1063

Text Example


Text Example

White with #DC1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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