Html Css Color HEX #DF1973 Ruby

📋 copy color: '#DF1973'

red 223 ◦ green 25 ◦ blue 115

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

Shades of Ruby #DF1973

Tints of Ruby #DF1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 61.43%
G = 6.89%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1973 (or 0xDF1973) is known color: Ruby. HEX triplet: DF, 19 and 73. RGB value is (223,25,115). Sum of RGB (Red+Green+Blue) = 223+25+115=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1973 is #20E68C. Grayscale: #5E5E5E. Windows color (decimal): -2156173 or 7543263. OLE color: 7543263.

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

Color convert

RGB 223 25 115 -
CMYK 0 0.89 0.48 0.13
HSL 332.73º 0.8% 0.49% -
HSV(B) 332.73º 0.89% 0.87% -
XYZ 33.87 17.62 17.84 -
YUV 94.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 223 25 115 0 0.89 0.48 0.13 332.73 0.8 0.49
Hex DF 19 73 0 59 30 D 14D 50 31
Octal 337 31 163 0 131 60 15 515 120 61
Binary 11011111 11001 1110011 0 1011001 110000 1101 101001101 1010000 110001

Color Harmonies of #DF1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1973

Black with #DF1973

Text Example


Text Example

White with #DF1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1973; }

 p { color: rgb(223,25,115); }

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

background-color css

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

 a { background-color: rgb(223,25,115); }

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

border-color css

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

 span { border-color: rgb(223,25,115); }

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