Html Css Color HEX #DC0873 Ruby

📋 copy color: '#DC0873'

red 220 ◦ green 8 ◦ blue 115

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

Shades of Ruby #DC0873

Tints of Ruby #DC0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 64.14%
G = 2.33%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0873 (or 0xDC0873) is known color: Ruby. HEX triplet: DC, 08 and 73. RGB value is (220,8,115). Sum of RGB (Red+Green+Blue) = 220+8+115=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0873 is #23F78C. Grayscale: #535353. Windows color (decimal): -2357133 or 7538908. OLE color: 7538908.

HSL color Cylindrical-coordinate representation of color #DC0873: hue angle of 329.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0873 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 115 -
CMYK 0 0.96 0.48 0.14
HSL 329.72º 0.93% 0.45% -
HSV(B) 329.72º 0.96% 0.86% -
XYZ 32.7 16.63 17.71 -
YUV 83.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 220 8 115 0 0.96 0.48 0.14 329.72 0.93 0.45
Hex DC 8 73 0 60 30 E 14A 5D 2D
Octal 334 10 163 0 140 60 16 512 135 55
Binary 11011100 1000 1110011 0 1100000 110000 1110 101001010 1011101 101101

Color Harmonies of #DC0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0873

Black with #DC0873

Text Example


Text Example

White with #DC0873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0873; }

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

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

background-color css

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

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

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

border-color css

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

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

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