Html Css Color HEX #DF1579 Ruby

📋 copy color: '#DF1579'

red 223 ◦ green 21 ◦ blue 121

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

Shades of Ruby #DF1579

Tints of Ruby #DF1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 61.1%
G = 5.75%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF1579 (or 0xDF1579) is known color: Ruby. HEX triplet: DF, 15 and 79. RGB value is (223,21,121). Sum of RGB (Red+Green+Blue) = 223+21+121=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1579 is #20EA86. Grayscale: #5C5C5C. Windows color (decimal): -2157191 or 7935455. OLE color: 7935455.

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

Color convert

RGB 223 21 121 -
CMYK 0 0.91 0.46 0.13
HSL 330.3º 0.83% 0.48% -
HSV(B) 330.3º 0.91% 0.87% -
XYZ 34.15 17.6 19.69 -
YUV 92.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 223 21 121 0 0.91 0.46 0.13 330.3 0.83 0.48
Hex DF 15 79 0 5B 2E D 14A 53 30
Octal 337 25 171 0 133 56 15 512 123 60
Binary 11011111 10101 1111001 0 1011011 101110 1101 101001010 1010011 110000

Color Harmonies of #DF1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1579

Black with #DF1579

Text Example


Text Example

White with #DF1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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