Html Css Color HEX #DF0779 Ruby

📋 copy color: '#DF0779'

red 223 ◦ green 7 ◦ blue 121

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

Shades of Ruby #DF0779

Tints of Ruby #DF0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 63.53%
G = 1.99%
B = 34.47%

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

#DF0779 (or 0xDF0779) is known color: Ruby. HEX triplet: DF, 07 and 79. RGB value is (223,7,121). Sum of RGB (Red+Green+Blue) = 223+7+121=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0779 is #20F886. Grayscale: #545454. Windows color (decimal): -2160775 or 7931871. OLE color: 7931871.

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

Color convert

RGB 223 7 121 -
CMYK 0 0.97 0.46 0.13
HSL 328.33º 0.94% 0.45% -
HSV(B) 328.33º 0.97% 0.87% -
XYZ 33.96 17.22 19.62 -
YUV 84.58 148.56 226.73 -
System Red Green Blue C M Y K H S L
Decimal 223 7 121 0 0.97 0.46 0.13 328.33 0.94 0.45
Hex DF 7 79 0 61 2E D 148 5E 2D
Octal 337 7 171 0 141 56 15 510 136 55
Binary 11011111 111 1111001 0 1100001 101110 1101 101001000 1011110 101101

Color Harmonies of #DF0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0779

Black with #DF0779

Text Example


Text Example

White with #DF0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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