Html Css Color HEX #DC1677 Ruby

📋 copy color: '#DC1677'

red 220 ◦ green 22 ◦ blue 119

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

Shades of Ruby #DC1677

Tints of Ruby #DC1677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 60.94%
G = 6.09%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1677 (or 0xDC1677) is known color: Ruby. HEX triplet: DC, 16 and 77. RGB value is (220,22,119). Sum of RGB (Red+Green+Blue) = 220+22+119=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1677 is #23E988. Grayscale: #5C5C5C. Windows color (decimal): -2353545 or 7804636. OLE color: 7804636.

HSL color Cylindrical-coordinate representation of color #DC1677: hue angle of 330.61º degrees, saturation: 0.82, 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 #DC1677 is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 119 -
CMYK 0 0.9 0.46 0.14
HSL 330.61º 0.82% 0.47% -
HSV(B) 330.61º 0.9% 0.86% -
XYZ 33.13 17.12 19.01 -
YUV 92.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 220 22 119 0 0.9 0.46 0.14 330.61 0.82 0.47
Hex DC 16 77 0 5A 2E E 14B 52 2F
Octal 334 26 167 0 132 56 16 513 122 57
Binary 11011100 10110 1110111 0 1011010 101110 1110 101001011 1010010 101111

Color Harmonies of #DC1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1677

Black with #DC1677

Text Example


Text Example

White with #DC1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1677; }

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

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

background-color css

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

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

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

border-color css

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

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

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