Html Css Color HEX #DC175D Ruby

📋 copy color: '#DC175D'

red 220 ◦ green 23 ◦ blue 93

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

Shades of Ruby #DC175D

Tints of Ruby #DC175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 65.48%
G = 6.85%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC175D (or 0xDC175D) is known color: Ruby. HEX triplet: DC, 17 and 5D. RGB value is (220,23,93). Sum of RGB (Red+Green+Blue) = 220+23+93=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC175D is #23E8A2. Grayscale: #595959. Windows color (decimal): -2353315 or 6100956. OLE color: 6100956.

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

Color convert

RGB 220 23 93 -
CMYK 0 0.90 0.58 0.14
HSL 338.68º 0.81% 0.48% -
HSV(B) 338.68º 0.9% 0.86% -
XYZ 31.8 16.62 11.89 -
YUV 89.88 129.77 220.81 -
System Red Green Blue C M Y K H S L
Decimal 220 23 93 0 0.90 0.58 0.14 338.68 0.81 0.48
Hex DC 17 5D 0 5A 3A E 153 51 30
Octal 334 27 135 0 132 72 16 523 121 60
Binary 11011100 10111 1011101 0 1011010 111010 1110 101010011 1010001 110000

Color Harmonies of #DC175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC175D

Black with #DC175D

Text Example


Text Example

White with #DC175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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