Html Css Color HEX #DF1179 Ruby

📋 copy color: '#DF1179'

red 223 ◦ green 17 ◦ blue 121

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

Shades of Ruby #DF1179

Tints of Ruby #DF1179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 61.77%
G = 4.71%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF1179 (or 0xDF1179) is known color: Ruby. HEX triplet: DF, 11 and 79. RGB value is (223,17,121). Sum of RGB (Red+Green+Blue) = 223+17+121=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1179 is #20EE86. Grayscale: #5A5A5A. Windows color (decimal): -2158215 or 7934431. OLE color: 7934431.

HSL color Cylindrical-coordinate representation of color #DF1179: hue angle of 329.71º 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 #DF1179 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 121 -
CMYK 0 0.92 0.46 0.13
HSL 329.71º 0.86% 0.47% -
HSV(B) 329.71º 0.92% 0.87% -
XYZ 34.08 17.47 19.66 -
YUV 90.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 223 17 121 0 0.92 0.46 0.13 329.71 0.86 0.47
Hex DF 11 79 0 5C 2E D 14A 56 2F
Octal 337 21 171 0 134 56 15 512 126 57
Binary 11011111 10001 1111001 0 1011100 101110 1101 101001010 1010110 101111

Color Harmonies of #DF1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1179

Black with #DF1179

Text Example


Text Example

White with #DF1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1179; }

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

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

background-color css

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

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

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

border-color css

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

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

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