Html Css Color HEX #DF0679 Ruby

📋 copy color: '#DF0679'

red 223 ◦ green 6 ◦ blue 121

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

Shades of Ruby #DF0679

Tints of Ruby #DF0679

RGB

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

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

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

R = 63.71%
G = 1.71%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0679 (or 0xDF0679) is known color: Ruby. HEX triplet: DF, 06 and 79. RGB value is (223,6,121). Sum of RGB (Red+Green+Blue) = 223+6+121=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0679 is #20F986. Grayscale: #535353. Windows color (decimal): -2161031 or 7931615. OLE color: 7931615.

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

Color convert

RGB 223 6 121 -
CMYK 0 0.97 0.46 0.13
HSL 328.2º 0.95% 0.45% -
HSV(B) 328.2º 0.97% 0.87% -
XYZ 33.95 17.2 19.62 -
YUV 83.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 223 6 121 0 0.97 0.46 0.13 328.2 0.95 0.45
Hex DF 6 79 0 61 2E D 148 5F 2D
Octal 337 6 171 0 141 56 15 510 137 55
Binary 11011111 110 1111001 0 1100001 101110 1101 101001000 1011111 101101

Color Harmonies of #DF0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0679

Black with #DF0679

Text Example


Text Example

White with #DF0679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0679; }

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

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

background-color css

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

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

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

border-color css

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

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

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