Html Css Color HEX #DF1771 Ruby

📋 copy color: '#DF1771'

red 223 ◦ green 23 ◦ blue 113

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

Shades of Ruby #DF1771

Tints of Ruby #DF1771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 62.12%
G = 6.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF1771 (or 0xDF1771) is known color: Ruby. HEX triplet: DF, 17 and 71. RGB value is (223,23,113). Sum of RGB (Red+Green+Blue) = 223+23+113=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1771 is #20E88E. Grayscale: #5C5C5C. Windows color (decimal): -2156687 or 7411679. OLE color: 7411679.

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

Color convert

RGB 223 23 113 -
CMYK 0 0.90 0.49 0.13
HSL 333º 0.81% 0.48% -
HSV(B) 333º 0.9% 0.87% -
XYZ 33.72 17.49 17.22 -
YUV 93.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 223 23 113 0 0.90 0.49 0.13 333 0.81 0.48
Hex DF 17 71 0 5A 31 D 14D 51 30
Octal 337 27 161 0 132 61 15 515 121 60
Binary 11011111 10111 1110001 0 1011010 110001 1101 101001101 1010001 110000

Color Harmonies of #DF1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1771

Black with #DF1771

Text Example


Text Example

White with #DF1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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