Html Css Color HEX #DF0077 Ruby

📋 copy color: '#DF0077'

red 223 ◦ green 0 ◦ blue 119

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

Shades of Ruby #DF0077

Tints of Ruby #DF0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 65.2%
G = 0%
B = 34.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF0077 (or 0xDF0077) is known color: Ruby. HEX triplet: DF, 00 and 77. RGB value is (223,0,119). Sum of RGB (Red+Green+Blue) = 223+0+119=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0077 is #20FF88. Grayscale: #4F4F4F. Windows color (decimal): -2162569 or 7799007. OLE color: 7799007.

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

Color convert

RGB 223 0 119 -
CMYK 0 1 0.47 0.13
HSL 327.98º 1% 0.44% -
HSV(B) 327.98º 1% 0.87% -
XYZ 33.76 17.02 18.96 -
YUV 80.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 223 0 119 0 1 0.47 0.13 327.98 1 0.44
Hex DF 0 77 0 64 2F D 148 64 2C
Octal 337 0 167 0 144 57 15 510 144 54
Binary 11011111 0 1110111 0 1100100 101111 1101 101001000 1100100 101100

Color Harmonies of #DF0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0077

Black with #DF0077

Text Example


Text Example

White with #DF0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0077; }

 p { color: rgb(223,0,119); }

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

background-color css

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

 a { background-color: rgb(223,0,119); }

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

border-color css

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

 span { border-color: rgb(223,0,119); }

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