Html Css Color HEX #DC2071 Ruby

📋 copy color: '#DC2071'

red 220 ◦ green 32 ◦ blue 113

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

Shades of Ruby #DC2071

Tints of Ruby #DC2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 60.27%
G = 8.77%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2071 (or 0xDC2071) is known color: Ruby. HEX triplet: DC, 20 and 71. RGB value is (220,32,113). Sum of RGB (Red+Green+Blue) = 220+32+113=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2071 is #23DF8E. Grayscale: #616161. Windows color (decimal): -2350991 or 7413980. OLE color: 7413980.

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

Color convert

RGB 220 32 113 -
CMYK 0 0.85 0.49 0.14
HSL 334.15º 0.75% 0.49% -
HSV(B) 334.15º 0.85% 0.86% -
XYZ 33.01 17.44 17.25 -
YUV 97.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 220 32 113 0 0.85 0.49 0.14 334.15 0.75 0.49
Hex DC 20 71 0 55 31 E 14E 4B 31
Octal 334 40 161 0 125 61 16 516 113 61
Binary 11011100 100000 1110001 0 1010101 110001 1110 101001110 1001011 110001

Color Harmonies of #DC2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2071

Black with #DC2071

Text Example


Text Example

White with #DC2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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