Html Css Color HEX #DF0673 Ruby

📋 copy color: '#DF0673'

red 223 ◦ green 6 ◦ blue 115

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

Shades of Ruby #DF0673

Tints of Ruby #DF0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 64.83%
G = 1.74%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0673 (or 0xDF0673) is known color: Ruby. HEX triplet: DF, 06 and 73. RGB value is (223,6,115). Sum of RGB (Red+Green+Blue) = 223+6+115=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0673 is #20F98C. Grayscale: #535353. Windows color (decimal): -2161037 or 7538399. OLE color: 7538399.

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

Color convert

RGB 223 6 115 -
CMYK 0 0.97 0.48 0.13
HSL 329.86º 0.95% 0.45% -
HSV(B) 329.86º 0.97% 0.87% -
XYZ 33.59 17.06 17.74 -
YUV 83.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 223 6 115 0 0.97 0.48 0.13 329.86 0.95 0.45
Hex DF 6 73 0 61 30 D 14A 5F 2D
Octal 337 6 163 0 141 60 15 512 137 55
Binary 11011111 110 1110011 0 1100001 110000 1101 101001010 1011111 101101

Color Harmonies of #DF0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0673

Black with #DF0673

Text Example


Text Example

White with #DF0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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