Html Css Color HEX #DF0976 Ruby

📋 copy color: '#DF0976'

red 223 ◦ green 9 ◦ blue 118

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

Shades of Ruby #DF0976

Tints of Ruby #DF0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 63.71%
G = 2.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF0976 (or 0xDF0976) is known color: Ruby. HEX triplet: DF, 09 and 76. RGB value is (223,9,118). Sum of RGB (Red+Green+Blue) = 223+9+118=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0976 is #20F689. Grayscale: #555555. Windows color (decimal): -2160266 or 7735775. OLE color: 7735775.

HSL color Cylindrical-coordinate representation of color #DF0976: hue angle of 329.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0976 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 9 118 -
CMYK 0 0.96 0.47 0.13
HSL 329.44º 0.92% 0.45% -
HSV(B) 329.44º 0.96% 0.87% -
XYZ 33.8 17.19 18.68 -
YUV 85.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 223 9 118 0 0.96 0.47 0.13 329.44 0.92 0.45
Hex DF 9 76 0 60 2F D 149 5C 2D
Octal 337 11 166 0 140 57 15 511 134 55
Binary 11011111 1001 1110110 0 1100000 101111 1101 101001001 1011100 101101

Color Harmonies of #DF0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0976

Black with #DF0976

Text Example


Text Example

White with #DF0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0976; }

 p { color: rgb(223,9,118); }

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

background-color css

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

 a { background-color: rgb(223,9,118); }

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

border-color css

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

 span { border-color: rgb(223,9,118); }

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