Html Css Color HEX #DF0E71 Ruby

📋 copy color: '#DF0E71'

red 223 ◦ green 14 ◦ blue 113

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

Shades of Ruby #DF0E71

Tints of Ruby #DF0E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

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

R = 63.71%
G = 4%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF0E71 (or 0xDF0E71) is known color: Ruby. HEX triplet: DF, 0E and 71. RGB value is (223,14,113). Sum of RGB (Red+Green+Blue) = 223+14+113=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E71 is #20F18E. Grayscale: #575757. Windows color (decimal): -2158991 or 7409375. OLE color: 7409375.

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

Color convert

RGB 223 14 113 -
CMYK 0 0.94 0.49 0.13
HSL 331.58º 0.88% 0.46% -
HSV(B) 331.58º 0.94% 0.87% -
XYZ 33.57 17.19 17.17 -
YUV 87.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 223 14 113 0 0.94 0.49 0.13 331.58 0.88 0.46
Hex DF E 71 0 5E 31 D 14C 58 2E
Octal 337 16 161 0 136 61 15 514 130 56
Binary 11011111 1110 1110001 0 1011110 110001 1101 101001100 1011000 101110

Color Harmonies of #DF0E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E71

Black with #DF0E71

Text Example


Text Example

White with #DF0E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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