Html Css Color HEX #DF1974 Ruby

📋 copy color: '#DF1974'

red 223 ◦ green 25 ◦ blue 116

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

Shades of Ruby #DF1974

Tints of Ruby #DF1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 61.26%
G = 6.87%
B = 31.87%

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

#DF1974 (or 0xDF1974) is known color: Ruby. HEX triplet: DF, 19 and 74. RGB value is (223,25,116). Sum of RGB (Red+Green+Blue) = 223+25+116=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1974 is #20E68B. Grayscale: #5E5E5E. Windows color (decimal): -2156172 or 7608799. OLE color: 7608799.

HSL color Cylindrical-coordinate representation of color #DF1974: hue angle of 332.42º 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 #DF1974 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 116 -
CMYK 0 0.89 0.48 0.13
HSL 332.42º 0.8% 0.49% -
HSV(B) 332.42º 0.89% 0.87% -
XYZ 33.93 17.64 18.14 -
YUV 94.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 223 25 116 0 0.89 0.48 0.13 332.42 0.8 0.49
Hex DF 19 74 0 59 30 D 14C 50 31
Octal 337 31 164 0 131 60 15 514 120 61
Binary 11011111 11001 1110100 0 1011001 110000 1101 101001100 1010000 110001

Color Harmonies of #DF1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1974

Black with #DF1974

Text Example


Text Example

White with #DF1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1974; }

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

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

background-color css

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

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

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

border-color css

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

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

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