Html Css Color HEX #DC1970 Ruby

📋 copy color: '#DC1970'

red 220 ◦ green 25 ◦ blue 112

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

Shades of Ruby #DC1970

Tints of Ruby #DC1970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 61.62%
G = 7%
B = 31.37%

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

#DC1970 (or 0xDC1970) is known color: Ruby. HEX triplet: DC, 19 and 70. RGB value is (220,25,112). Sum of RGB (Red+Green+Blue) = 220+25+112=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1970 is #23E68F. Grayscale: #5D5D5D. Windows color (decimal): -2352784 or 7346652. OLE color: 7346652.

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

Color convert

RGB 220 25 112 -
CMYK 0 0.89 0.49 0.14
HSL 333.23º 0.8% 0.48% -
HSV(B) 333.23º 0.89% 0.86% -
XYZ 32.79 17.08 16.9 -
YUV 93.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 220 25 112 0 0.89 0.49 0.14 333.23 0.8 0.48
Hex DC 19 70 0 59 31 E 14D 50 30
Octal 334 31 160 0 131 61 16 515 120 60
Binary 11011100 11001 1110000 0 1011001 110001 1110 101001101 1010000 110000

Color Harmonies of #DC1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1970

Black with #DC1970

Text Example


Text Example

White with #DC1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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