Html Css Color HEX #DC1971 Ruby

📋 copy color: '#DC1971'

red 220 ◦ green 25 ◦ blue 113

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

Shades of Ruby #DC1971

Tints of Ruby #DC1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 61.45%
G = 6.98%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1971 (or 0xDC1971) is known color: Ruby. HEX triplet: DC, 19 and 71. RGB value is (220,25,113). Sum of RGB (Red+Green+Blue) = 220+25+113=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1971 is #23E68E. Grayscale: #5D5D5D. Windows color (decimal): -2352783 or 7412188. OLE color: 7412188.

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

Color convert

RGB 220 25 113 -
CMYK 0 0.89 0.49 0.14
HSL 332.92º 0.8% 0.48% -
HSV(B) 332.92º 0.89% 0.86% -
XYZ 32.84 17.1 17.19 -
YUV 93.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 220 25 113 0 0.89 0.49 0.14 332.92 0.8 0.48
Hex DC 19 71 0 59 31 E 14D 50 30
Octal 334 31 161 0 131 61 16 515 120 60
Binary 11011100 11001 1110001 0 1011001 110001 1110 101001101 1010000 110000

Color Harmonies of #DC1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1971

Black with #DC1971

Text Example


Text Example

White with #DC1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1971; }

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

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

background-color css

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

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

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

border-color css

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

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

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