Html Css Color HEX #DF0371 Ruby

📋 copy color: '#DF0371'

red 223 ◦ green 3 ◦ blue 113

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

Shades of Ruby #DF0371

Tints of Ruby #DF0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 65.78%
G = 0.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF0371 (or 0xDF0371) is known color: Ruby. HEX triplet: DF, 03 and 71. RGB value is (223,3,113). Sum of RGB (Red+Green+Blue) = 223+3+113=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0371 is #20FC8E. Grayscale: #515151. Windows color (decimal): -2161807 or 7406559. OLE color: 7406559.

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

Color convert

RGB 223 3 113 -
CMYK 0 0.99 0.49 0.13
HSL 330º 0.97% 0.44% -
HSV(B) 330º 0.99% 0.87% -
XYZ 33.44 16.95 17.13 -
YUV 81.32 145.89 229.06 -
System Red Green Blue C M Y K H S L
Decimal 223 3 113 0 0.99 0.49 0.13 330 0.97 0.44
Hex DF 3 71 0 63 31 D 14A 61 2C
Octal 337 3 161 0 143 61 15 512 141 54
Binary 11011111 11 1110001 0 1100011 110001 1101 101001010 1100001 101100

Color Harmonies of #DF0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0371

Black with #DF0371

Text Example


Text Example

White with #DF0371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0371; }

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

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

background-color css

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

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

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

border-color css

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

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

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