Html Css Color HEX #DC1563 Ruby

📋 copy color: '#DC1563'

red 220 ◦ green 21 ◦ blue 99

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

Shades of Ruby #DC1563

Tints of Ruby #DC1563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 64.71%
G = 6.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1563 (or 0xDC1563) is known color: Ruby. HEX triplet: DC, 15 and 63. RGB value is (220,21,99). Sum of RGB (Red+Green+Blue) = 220+21+99=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1563 is #23EA9C. Grayscale: #595959. Windows color (decimal): -2353821 or 6493660. OLE color: 6493660.

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

Color convert

RGB 220 21 99 -
CMYK 0 0.90 0.55 0.14
HSL 336.48º 0.83% 0.47% -
HSV(B) 336.48º 0.9% 0.86% -
XYZ 32.04 16.65 13.33 -
YUV 89.39 133.43 221.16 -
System Red Green Blue C M Y K H S L
Decimal 220 21 99 0 0.90 0.55 0.14 336.48 0.83 0.47
Hex DC 15 63 0 5A 37 E 150 53 2F
Octal 334 25 143 0 132 67 16 520 123 57
Binary 11011100 10101 1100011 0 1011010 110111 1110 101010000 1010011 101111

Color Harmonies of #DC1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1563

Black with #DC1563

Text Example


Text Example

White with #DC1563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1563; }

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

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

background-color css

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

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

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

border-color css

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

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

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