Html Css Color HEX #DC176C Ruby

📋 copy color: '#DC176C'

red 220 ◦ green 23 ◦ blue 108

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

Shades of Ruby #DC176C

Tints of Ruby #DC176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 62.68%
G = 6.55%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC176C (or 0xDC176C) is known color: Ruby. HEX triplet: DC, 17 and 6C. RGB value is (220,23,108). Sum of RGB (Red+Green+Blue) = 220+23+108=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC176C is #23E893. Grayscale: #5B5B5B. Windows color (decimal): -2353300 or 7083996. OLE color: 7083996.

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

Color convert

RGB 220 23 108 -
CMYK 0 0.90 0.51 0.14
HSL 334.11º 0.81% 0.48% -
HSV(B) 334.11º 0.9% 0.86% -
XYZ 32.53 16.91 15.74 -
YUV 91.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 220 23 108 0 0.90 0.51 0.14 334.11 0.81 0.48
Hex DC 17 6C 0 5A 33 E 14E 51 30
Octal 334 27 154 0 132 63 16 516 121 60
Binary 11011100 10111 1101100 0 1011010 110011 1110 101001110 1010001 110000

Color Harmonies of #DC176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC176C

Black with #DC176C

Text Example


Text Example

White with #DC176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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