Html Css Color HEX #DF1173 Ruby

📋 copy color: '#DF1173'

red 223 ◦ green 17 ◦ blue 115

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

Shades of Ruby #DF1173

Tints of Ruby #DF1173

RGB

 RED value IS 223 (87.5% from 255) = 62.82%

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 62.82%
G = 4.79%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1173 (or 0xDF1173) is known color: Ruby. HEX triplet: DF, 11 and 73. RGB value is (223,17,115). Sum of RGB (Red+Green+Blue) = 223+17+115=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1173 is #20EE8C. Grayscale: #595959. Windows color (decimal): -2158221 or 7541215. OLE color: 7541215.

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

Color convert

RGB 223 17 115 -
CMYK 0 0.92 0.48 0.13
HSL 331.46º 0.86% 0.47% -
HSV(B) 331.46º 0.92% 0.87% -
XYZ 33.73 17.33 17.79 -
YUV 89.77 142.25 223.03 -
System Red Green Blue C M Y K H S L
Decimal 223 17 115 0 0.92 0.48 0.13 331.46 0.86 0.47
Hex DF 11 73 0 5C 30 D 14B 56 2F
Octal 337 21 163 0 134 60 15 513 126 57
Binary 11011111 10001 1110011 0 1011100 110000 1101 101001011 1010110 101111

Color Harmonies of #DF1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1173

Black with #DF1173

Text Example


Text Example

White with #DF1173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1173; }

 p { color: rgb(223,17,115); }

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

background-color css

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

 a { background-color: rgb(223,17,115); }

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

border-color css

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

 span { border-color: rgb(223,17,115); }

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