Html Css Color HEX #DC1073 Ruby

📋 copy color: '#DC1073'

red 220 ◦ green 16 ◦ blue 115

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

Shades of Ruby #DC1073

Tints of Ruby #DC1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 62.68%
G = 4.56%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC1073 (or 0xDC1073) is known color: Ruby. HEX triplet: DC, 10 and 73. RGB value is (220,16,115). Sum of RGB (Red+Green+Blue) = 220+16+115=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1073 is #23EF8C. Grayscale: #585858. Windows color (decimal): -2355085 or 7540956. OLE color: 7540956.

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

Color convert

RGB 220 16 115 -
CMYK 0 0.93 0.48 0.14
HSL 330.88º 0.86% 0.46% -
HSV(B) 330.88º 0.93% 0.86% -
XYZ 32.8 16.82 17.74 -
YUV 88.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 220 16 115 0 0.93 0.48 0.14 330.88 0.86 0.46
Hex DC 10 73 0 5D 30 E 14B 56 2E
Octal 334 20 163 0 135 60 16 513 126 56
Binary 11011100 10000 1110011 0 1011101 110000 1110 101001011 1010110 101110

Color Harmonies of #DC1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1073

Black with #DC1073

Text Example


Text Example

White with #DC1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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