Html Css Color HEX #DF0577 Ruby

📋 copy color: '#DF0577'

red 223 ◦ green 5 ◦ blue 119

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

Shades of Ruby #DF0577

Tints of Ruby #DF0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 64.27%
G = 1.44%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF0577 (or 0xDF0577) is known color: Ruby. HEX triplet: DF, 05 and 77. RGB value is (223,5,119). Sum of RGB (Red+Green+Blue) = 223+5+119=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0577 is #20FA88. Grayscale: #525252. Windows color (decimal): -2161289 or 7800287. OLE color: 7800287.

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

Color convert

RGB 223 5 119 -
CMYK 0 0.98 0.47 0.13
HSL 328.62º 0.96% 0.45% -
HSV(B) 328.62º 0.98% 0.87% -
XYZ 33.82 17.13 18.98 -
YUV 83.18 148.22 227.73 -
System Red Green Blue C M Y K H S L
Decimal 223 5 119 0 0.98 0.47 0.13 328.62 0.96 0.45
Hex DF 5 77 0 62 2F D 149 60 2D
Octal 337 5 167 0 142 57 15 511 140 55
Binary 11011111 101 1110111 0 1100010 101111 1101 101001001 1100000 101101

Color Harmonies of #DF0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0577

Black with #DF0577

Text Example


Text Example

White with #DF0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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