Html Css Color HEX #DC1473 Ruby

📋 copy color: '#DC1473'

red 220 ◦ green 20 ◦ blue 115

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

Shades of Ruby #DC1473

Tints of Ruby #DC1473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 61.97%
G = 5.63%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC1473 (or 0xDC1473) is known color: Ruby. HEX triplet: DC, 14 and 73. RGB value is (220,20,115). Sum of RGB (Red+Green+Blue) = 220+20+115=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1473 is #23EB8C. Grayscale: #5A5A5A. Windows color (decimal): -2354061 or 7541980. OLE color: 7541980.

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

Color convert

RGB 220 20 115 -
CMYK 0 0.91 0.48 0.14
HSL 331.5º 0.83% 0.47% -
HSV(B) 331.5º 0.91% 0.86% -
XYZ 32.86 16.95 17.76 -
YUV 90.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 220 20 115 0 0.91 0.48 0.14 331.5 0.83 0.47
Hex DC 14 73 0 5B 30 E 14C 53 2F
Octal 334 24 163 0 133 60 16 514 123 57
Binary 11011100 10100 1110011 0 1011011 110000 1110 101001100 1010011 101111

Color Harmonies of #DC1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1473

Black with #DC1473

Text Example


Text Example

White with #DC1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1473; }

 p { color: rgb(220,20,115); }

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

background-color css

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

 a { background-color: rgb(220,20,115); }

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

border-color css

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

 span { border-color: rgb(220,20,115); }

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