Html Css Color HEX #DF1761 Ruby

📋 copy color: '#DF1761'

red 223 ◦ green 23 ◦ blue 97

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

Shades of Ruby #DF1761

Tints of Ruby #DF1761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 65.01%
G = 6.71%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF1761 (or 0xDF1761) is known color: Ruby. HEX triplet: DF, 17 and 61. RGB value is (223,23,97). Sum of RGB (Red+Green+Blue) = 223+23+97=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1761 is #20E89E. Grayscale: #5B5B5B. Windows color (decimal): -2156703 or 6363103. OLE color: 6363103.

HSL color Cylindrical-coordinate representation of color #DF1761: hue angle of 337.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1761 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 97 -
CMYK 0 0.90 0.57 0.13
HSL 337.8º 0.81% 0.48% -
HSV(B) 337.8º 0.9% 0.87% -
XYZ 32.9 17.16 12.89 -
YUV 91.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 223 23 97 0 0.90 0.57 0.13 337.8 0.81 0.48
Hex DF 17 61 0 5A 39 D 152 51 30
Octal 337 27 141 0 132 71 15 522 121 60
Binary 11011111 10111 1100001 0 1011010 111001 1101 101010010 1010001 110000

Color Harmonies of #DF1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1761

Black with #DF1761

Text Example


Text Example

White with #DF1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1761; }

 p { color: rgb(223,23,97); }

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

background-color css

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

 a { background-color: rgb(223,23,97); }

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

border-color css

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

 span { border-color: rgb(223,23,97); }

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