Html Css Color HEX #DF0774 Ruby

📋 copy color: '#DF0774'

red 223 ◦ green 7 ◦ blue 116

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

Shades of Ruby #DF0774

Tints of Ruby #DF0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 64.45%
G = 2.02%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0774 (or 0xDF0774) is known color: Ruby. HEX triplet: DF, 07 and 74. RGB value is (223,7,116). Sum of RGB (Red+Green+Blue) = 223+7+116=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0774 is #20F88B. Grayscale: #535353. Windows color (decimal): -2160780 or 7604191. OLE color: 7604191.

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

Color convert

RGB 223 7 116 -
CMYK 0 0.97 0.48 0.13
HSL 329.72º 0.94% 0.45% -
HSV(B) 329.72º 0.97% 0.87% -
XYZ 33.66 17.1 18.05 -
YUV 84.01 146.06 227.14 -
System Red Green Blue C M Y K H S L
Decimal 223 7 116 0 0.97 0.48 0.13 329.72 0.94 0.45
Hex DF 7 74 0 61 30 D 14A 5E 2D
Octal 337 7 164 0 141 60 15 512 136 55
Binary 11011111 111 1110100 0 1100001 110000 1101 101001010 1011110 101101

Color Harmonies of #DF0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0774

Black with #DF0774

Text Example


Text Example

White with #DF0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0774; }

 p { color: rgb(223,7,116); }

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

background-color css

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

 a { background-color: rgb(223,7,116); }

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

border-color css

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

 span { border-color: rgb(223,7,116); }

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