Html Css Color HEX #DC2073 Ruby

📋 copy color: '#DC2073'

red 220 ◦ green 32 ◦ blue 115

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

Shades of Ruby #DC2073

Tints of Ruby #DC2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 59.95%
G = 8.72%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC2073 (or 0xDC2073) is known color: Ruby. HEX triplet: DC, 20 and 73. RGB value is (220,32,115). Sum of RGB (Red+Green+Blue) = 220+32+115=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2073 is #23DF8C. Grayscale: #616161. Windows color (decimal): -2350989 or 7545052. OLE color: 7545052.

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

Color convert

RGB 220 32 115 -
CMYK 0 0.85 0.48 0.14
HSL 333.51º 0.75% 0.49% -
HSV(B) 333.51º 0.85% 0.86% -
XYZ 33.13 17.49 17.85 -
YUV 97.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 220 32 115 0 0.85 0.48 0.14 333.51 0.75 0.49
Hex DC 20 73 0 55 30 E 14E 4B 31
Octal 334 40 163 0 125 60 16 516 113 61
Binary 11011100 100000 1110011 0 1010101 110000 1110 101001110 1001011 110001

Color Harmonies of #DC2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2073

Black with #DC2073

Text Example


Text Example

White with #DC2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2073; }

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

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

background-color css

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

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

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

border-color css

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

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

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