Html Css Color HEX #DC176B Ruby

📋 copy color: '#DC176B'

red 220 ◦ green 23 ◦ blue 107

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

Shades of Ruby #DC176B

Tints of Ruby #DC176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 62.86%
G = 6.57%
B = 30.57%

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

#DC176B (or 0xDC176B) is known color: Ruby. HEX triplet: DC, 17 and 6B. RGB value is (220,23,107). Sum of RGB (Red+Green+Blue) = 220+23+107=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC176B is #23E894. Grayscale: #5B5B5B. Windows color (decimal): -2353301 or 7018460. OLE color: 7018460.

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

Color convert

RGB 220 23 107 -
CMYK 0 0.90 0.51 0.14
HSL 334.42º 0.81% 0.48% -
HSV(B) 334.42º 0.9% 0.86% -
XYZ 32.48 16.89 15.46 -
YUV 91.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 220 23 107 0 0.90 0.51 0.14 334.42 0.81 0.48
Hex DC 17 6B 0 5A 33 E 14E 51 30
Octal 334 27 153 0 132 63 16 516 121 60
Binary 11011100 10111 1101011 0 1011010 110011 1110 101001110 1010001 110000

Color Harmonies of #DC176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC176B

Black with #DC176B

Text Example


Text Example

White with #DC176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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