Html Css Color HEX #DC1471 Ruby

📋 copy color: '#DC1471'

red 220 ◦ green 20 ◦ blue 113

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

Shades of Ruby #DC1471

Tints of Ruby #DC1471

RGB

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

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

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

R = 62.32%
G = 5.67%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1471 (or 0xDC1471) is known color: Ruby. HEX triplet: DC, 14 and 71. RGB value is (220,20,113). Sum of RGB (Red+Green+Blue) = 220+20+113=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1471 is #23EB8E. Grayscale: #5A5A5A. Windows color (decimal): -2354063 or 7410908. OLE color: 7410908.

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

Color convert

RGB 220 20 113 -
CMYK 0 0.91 0.49 0.14
HSL 332.1º 0.83% 0.47% -
HSV(B) 332.1º 0.91% 0.86% -
XYZ 32.75 16.91 17.16 -
YUV 90.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 220 20 113 0 0.91 0.49 0.14 332.1 0.83 0.47
Hex DC 14 71 0 5B 31 E 14C 53 2F
Octal 334 24 161 0 133 61 16 514 123 57
Binary 11011100 10100 1110001 0 1011011 110001 1110 101001100 1010011 101111

Color Harmonies of #DC1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1471

Black with #DC1471

Text Example


Text Example

White with #DC1471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1471; }

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

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

background-color css

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

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

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

border-color css

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

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

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