Html Css Color HEX #DF0877 Ruby

📋 copy color: '#DF0877'

red 223 ◦ green 8 ◦ blue 119

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

Shades of Ruby #DF0877

Tints of Ruby #DF0877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 63.71%
G = 2.29%
B = 34%

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

#DF0877 (or 0xDF0877) is known color: Ruby. HEX triplet: DF, 08 and 77. RGB value is (223,8,119). Sum of RGB (Red+Green+Blue) = 223+8+119=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0877 is #20F788. Grayscale: #545454. Windows color (decimal): -2160521 or 7801055. OLE color: 7801055.

HSL color Cylindrical-coordinate representation of color #DF0877: hue angle of 329.02º degrees, saturation: 0.93, 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 #DF0877 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 119 -
CMYK 0 0.96 0.47 0.13
HSL 329.02º 0.93% 0.45% -
HSV(B) 329.02º 0.96% 0.87% -
XYZ 33.85 17.19 18.99 -
YUV 84.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 223 8 119 0 0.96 0.47 0.13 329.02 0.93 0.45
Hex DF 8 77 0 60 2F D 149 5D 2D
Octal 337 10 167 0 140 57 15 511 135 55
Binary 11011111 1000 1110111 0 1100000 101111 1101 101001001 1011101 101101

Color Harmonies of #DF0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0877

Black with #DF0877

Text Example


Text Example

White with #DF0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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