Html Css Color HEX #DC0473 Ruby

📋 copy color: '#DC0473'

red 220 ◦ green 4 ◦ blue 115

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

Shades of Ruby #DC0473

Tints of Ruby #DC0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 64.9%
G = 1.18%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0473 (or 0xDC0473) is known color: Ruby. HEX triplet: DC, 04 and 73. RGB value is (220,4,115). Sum of RGB (Red+Green+Blue) = 220+4+115=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0473 is #23FB8C. Grayscale: #515151. Windows color (decimal): -2358157 or 7537884. OLE color: 7537884.

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

Color convert

RGB 220 4 115 -
CMYK 0 0.98 0.48 0.14
HSL 329.17º 0.96% 0.44% -
HSV(B) 329.17º 0.98% 0.86% -
XYZ 32.65 16.54 17.69 -
YUV 81.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 220 4 115 0 0.98 0.48 0.14 329.17 0.96 0.44
Hex DC 4 73 0 62 30 E 149 60 2C
Octal 334 4 163 0 142 60 16 511 140 54
Binary 11011100 100 1110011 0 1100010 110000 1110 101001001 1100000 101100

Color Harmonies of #DC0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0473

Black with #DC0473

Text Example


Text Example

White with #DC0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0473; }

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

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

background-color css

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

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

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

border-color css

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

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

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