Html Css Color HEX #DF1279 Ruby

📋 copy color: '#DF1279'

red 223 ◦ green 18 ◦ blue 121

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

Shades of Ruby #DF1279

Tints of Ruby #DF1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

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

R = 61.6%
G = 4.97%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF1279 (or 0xDF1279) is known color: Ruby. HEX triplet: DF, 12 and 79. RGB value is (223,18,121). Sum of RGB (Red+Green+Blue) = 223+18+121=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1279 is #20ED86. Grayscale: #5A5A5A. Windows color (decimal): -2157959 or 7934687. OLE color: 7934687.

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

Color convert

RGB 223 18 121 -
CMYK 0 0.92 0.46 0.13
HSL 329.85º 0.85% 0.47% -
HSV(B) 329.85º 0.92% 0.87% -
XYZ 34.1 17.5 19.67 -
YUV 91.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 223 18 121 0 0.92 0.46 0.13 329.85 0.85 0.47
Hex DF 12 79 0 5C 2E D 14A 55 2F
Octal 337 22 171 0 134 56 15 512 125 57
Binary 11011111 10010 1111001 0 1011100 101110 1101 101001010 1010101 101111

Color Harmonies of #DF1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1279

Black with #DF1279

Text Example


Text Example

White with #DF1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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