Html Css Color HEX #DC1570 Ruby

📋 copy color: '#DC1570'

red 220 ◦ green 21 ◦ blue 112

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

Shades of Ruby #DC1570

Tints of Ruby #DC1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

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

R = 62.32%
G = 5.95%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1570 (or 0xDC1570) is known color: Ruby. HEX triplet: DC, 15 and 70. RGB value is (220,21,112). Sum of RGB (Red+Green+Blue) = 220+21+112=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1570 is #23EA8F. Grayscale: #5A5A5A. Windows color (decimal): -2353808 or 7345628. OLE color: 7345628.

HSL color Cylindrical-coordinate representation of color #DC1570: hue angle of 332.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1570 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 112 -
CMYK 0 0.90 0.49 0.14
HSL 332.56º 0.83% 0.47% -
HSV(B) 332.56º 0.9% 0.86% -
XYZ 32.71 16.92 16.87 -
YUV 90.88 139.93 220.1 -
System Red Green Blue C M Y K H S L
Decimal 220 21 112 0 0.90 0.49 0.14 332.56 0.83 0.47
Hex DC 15 70 0 5A 31 E 14D 53 2F
Octal 334 25 160 0 132 61 16 515 123 57
Binary 11011100 10101 1110000 0 1011010 110001 1110 101001101 1010011 101111

Color Harmonies of #DC1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1570

Black with #DC1570

Text Example


Text Example

White with #DC1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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