Html Css Color HEX #DF0379 Ruby

📋 copy color: '#DF0379'

red 223 ◦ green 3 ◦ blue 121

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

Shades of Ruby #DF0379

Tints of Ruby #DF0379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 64.27%
G = 0.86%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0379 (or 0xDF0379) is known color: Ruby. HEX triplet: DF, 03 and 79. RGB value is (223,3,121). Sum of RGB (Red+Green+Blue) = 223+3+121=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0379 is #20FC86. Grayscale: #515151. Windows color (decimal): -2161799 or 7930847. OLE color: 7930847.

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

Color convert

RGB 223 3 121 -
CMYK 0 0.99 0.46 0.13
HSL 327.82º 0.97% 0.44% -
HSV(B) 327.82º 0.99% 0.87% -
XYZ 33.92 17.13 19.61 -
YUV 82.23 149.89 228.41 -
System Red Green Blue C M Y K H S L
Decimal 223 3 121 0 0.99 0.46 0.13 327.82 0.97 0.44
Hex DF 3 79 0 63 2E D 148 61 2C
Octal 337 3 171 0 143 56 15 510 141 54
Binary 11011111 11 1111001 0 1100011 101110 1101 101001000 1100001 101100

Color Harmonies of #DF0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0379

Black with #DF0379

Text Example


Text Example

White with #DF0379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0379; }

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

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

background-color css

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

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

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

border-color css

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

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

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