Html Css Color HEX #DF0F79 Ruby

📋 copy color: '#DF0F79'

red 223 ◦ green 15 ◦ blue 121

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

Shades of Ruby #DF0F79

Tints of Ruby #DF0F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 62.12%
G = 4.18%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0F79 (or 0xDF0F79) is known color: Ruby. HEX triplet: DF, 0F and 79. RGB value is (223,15,121). Sum of RGB (Red+Green+Blue) = 223+15+121=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F79 is #20F086. Grayscale: #595959. Windows color (decimal): -2158727 or 7933919. OLE color: 7933919.

HSL color Cylindrical-coordinate representation of color #DF0F79: hue angle of 329.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F79 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 15 121 -
CMYK 0 0.93 0.46 0.13
HSL 329.42º 0.87% 0.47% -
HSV(B) 329.42º 0.93% 0.87% -
XYZ 34.05 17.41 19.65 -
YUV 89.28 145.91 223.38 -
System Red Green Blue C M Y K H S L
Decimal 223 15 121 0 0.93 0.46 0.13 329.42 0.87 0.47
Hex DF F 79 0 5D 2E D 149 57 2F
Octal 337 17 171 0 135 56 15 511 127 57
Binary 11011111 1111 1111001 0 1011101 101110 1101 101001001 1010111 101111

Color Harmonies of #DF0F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F79

Black with #DF0F79

Text Example


Text Example

White with #DF0F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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