Html Css Color HEX #DC0673 Ruby

📋 copy color: '#DC0673'

red 220 ◦ green 6 ◦ blue 115

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

Shades of Ruby #DC0673

Tints of Ruby #DC0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 64.52%
G = 1.76%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0673 (or 0xDC0673) is known color: Ruby. HEX triplet: DC, 06 and 73. RGB value is (220,6,115). Sum of RGB (Red+Green+Blue) = 220+6+115=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0673 is #23F98C. Grayscale: #525252. Windows color (decimal): -2357645 or 7538396. OLE color: 7538396.

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

Color convert

RGB 220 6 115 -
CMYK 0 0.97 0.48 0.14
HSL 329.44º 0.95% 0.44% -
HSV(B) 329.44º 0.97% 0.86% -
XYZ 32.67 16.58 17.7 -
YUV 82.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 220 6 115 0 0.97 0.48 0.14 329.44 0.95 0.44
Hex DC 6 73 0 61 30 E 149 5F 2C
Octal 334 6 163 0 141 60 16 511 137 54
Binary 11011100 110 1110011 0 1100001 110000 1110 101001001 1011111 101100

Color Harmonies of #DC0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0673

Black with #DC0673

Text Example


Text Example

White with #DC0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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