Html Css Color HEX #DF0973 Ruby

📋 copy color: '#DF0973'

red 223 ◦ green 9 ◦ blue 115

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

Shades of Ruby #DF0973

Tints of Ruby #DF0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 64.27%
G = 2.59%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0973 (or 0xDF0973) is known color: Ruby. HEX triplet: DF, 09 and 73. RGB value is (223,9,115). Sum of RGB (Red+Green+Blue) = 223+9+115=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0973 is #20F68C. Grayscale: #545454. Windows color (decimal): -2160269 or 7539167. OLE color: 7539167.

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

Color convert

RGB 223 9 115 -
CMYK 0 0.96 0.48 0.13
HSL 330.28º 0.92% 0.45% -
HSV(B) 330.28º 0.96% 0.87% -
XYZ 33.62 17.12 17.75 -
YUV 85.07 144.9 226.38 -
System Red Green Blue C M Y K H S L
Decimal 223 9 115 0 0.96 0.48 0.13 330.28 0.92 0.45
Hex DF 9 73 0 60 30 D 14A 5C 2D
Octal 337 11 163 0 140 60 15 512 134 55
Binary 11011111 1001 1110011 0 1100000 110000 1101 101001010 1011100 101101

Color Harmonies of #DF0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0973

Black with #DF0973

Text Example


Text Example

White with #DF0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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