Html Css Color HEX #DC1777 Ruby

📋 copy color: '#DC1777'

red 220 ◦ green 23 ◦ blue 119

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

Shades of Ruby #DC1777

Tints of Ruby #DC1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 119 (46.88% from 255) = 32.87%

R = 60.77%
G = 6.35%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1777 (or 0xDC1777) is known color: Ruby. HEX triplet: DC, 17 and 77. RGB value is (220,23,119). Sum of RGB (Red+Green+Blue) = 220+23+119=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1777 is #23E888. Grayscale: #5C5C5C. Windows color (decimal): -2353289 or 7804892. OLE color: 7804892.

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

Color convert

RGB 220 23 119 -
CMYK 0 0.90 0.46 0.14
HSL 330.76º 0.81% 0.48% -
HSV(B) 330.76º 0.9% 0.86% -
XYZ 33.15 17.16 19.02 -
YUV 92.85 142.77 218.69 -
System Red Green Blue C M Y K H S L
Decimal 220 23 119 0 0.90 0.46 0.14 330.76 0.81 0.48
Hex DC 17 77 0 5A 2E E 14B 51 30
Octal 334 27 167 0 132 56 16 513 121 60
Binary 11011100 10111 1110111 0 1011010 101110 1110 101001011 1010001 110000

Color Harmonies of #DC1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1777

Black with #DC1777

Text Example


Text Example

White with #DC1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1777; }

 p { color: rgb(220,23,119); }

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

background-color css

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

 a { background-color: rgb(220,23,119); }

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

border-color css

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

 span { border-color: rgb(220,23,119); }

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