Html Css Color HEX #DC1175 Ruby

📋 copy color: '#DC1175'

red 220 ◦ green 17 ◦ blue 117

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

Shades of Ruby #DC1175

Tints of Ruby #DC1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 62.15%
G = 4.8%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1175 (or 0xDC1175) is known color: Ruby. HEX triplet: DC, 11 and 75. RGB value is (220,17,117). Sum of RGB (Red+Green+Blue) = 220+17+117=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1175 is #23EE8A. Grayscale: #585858. Windows color (decimal): -2354827 or 7672284. OLE color: 7672284.

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

Color convert

RGB 220 17 117 -
CMYK 0 0.92 0.47 0.14
HSL 330.44º 0.86% 0.46% -
HSV(B) 330.44º 0.92% 0.86% -
XYZ 32.93 16.9 18.36 -
YUV 89.1 143.75 221.37 -
System Red Green Blue C M Y K H S L
Decimal 220 17 117 0 0.92 0.47 0.14 330.44 0.86 0.46
Hex DC 11 75 0 5C 2F E 14A 56 2E
Octal 334 21 165 0 134 57 16 512 126 56
Binary 11011100 10001 1110101 0 1011100 101111 1110 101001010 1010110 101110

Color Harmonies of #DC1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1175

Black with #DC1175

Text Example


Text Example

White with #DC1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1175; }

 p { color: rgb(220,17,117); }

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

background-color css

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

 a { background-color: rgb(220,17,117); }

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

border-color css

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

 span { border-color: rgb(220,17,117); }

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