Html Css Color HEX #DF176A Ruby

📋 copy color: '#DF176A'

red 223 ◦ green 23 ◦ blue 106

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

Shades of Ruby #DF176A

Tints of Ruby #DF176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 63.35%
G = 6.53%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF176A (or 0xDF176A) is known color: Ruby. HEX triplet: DF, 17 and 6A. RGB value is (223,23,106). Sum of RGB (Red+Green+Blue) = 223+23+106=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF176A is #20E895. Grayscale: #5C5C5C. Windows color (decimal): -2156694 or 6952927. OLE color: 6952927.

HSL color Cylindrical-coordinate representation of color #DF176A: hue angle of 335.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF176A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 106 -
CMYK 0 0.90 0.52 0.13
HSL 335.1º 0.81% 0.48% -
HSV(B) 335.1º 0.9% 0.87% -
XYZ 33.34 17.34 15.23 -
YUV 92.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 223 23 106 0 0.90 0.52 0.13 335.1 0.81 0.48
Hex DF 17 6A 0 5A 34 D 14F 51 30
Octal 337 27 152 0 132 64 15 517 121 60
Binary 11011111 10111 1101010 0 1011010 110100 1101 101001111 1010001 110000

Color Harmonies of #DF176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF176A

Black with #DF176A

Text Example


Text Example

White with #DF176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF176A; }

 p { color: rgb(223,23,106); }

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

background-color css

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

 a { background-color: rgb(223,23,106); }

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

border-color css

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

 span { border-color: rgb(223,23,106); }

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