Html Css Color HEX #DF0479 Ruby

📋 copy color: '#DF0479'

red 223 ◦ green 4 ◦ blue 121

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

Shades of Ruby #DF0479

Tints of Ruby #DF0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 64.08%
G = 1.15%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0479 (or 0xDF0479) is known color: Ruby. HEX triplet: DF, 04 and 79. RGB value is (223,4,121). Sum of RGB (Red+Green+Blue) = 223+4+121=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0479 is #20FB86. Grayscale: #525252. Windows color (decimal): -2161543 or 7931103. OLE color: 7931103.

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

Color convert

RGB 223 4 121 -
CMYK 0 0.98 0.46 0.13
HSL 327.95º 0.96% 0.45% -
HSV(B) 327.95º 0.98% 0.87% -
XYZ 33.93 17.16 19.61 -
YUV 82.82 149.55 227.99 -
System Red Green Blue C M Y K H S L
Decimal 223 4 121 0 0.98 0.46 0.13 327.95 0.96 0.45
Hex DF 4 79 0 62 2E D 148 60 2D
Octal 337 4 171 0 142 56 15 510 140 55
Binary 11011111 100 1111001 0 1100010 101110 1101 101001000 1100000 101101

Color Harmonies of #DF0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0479

Black with #DF0479

Text Example


Text Example

White with #DF0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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