Html Css Color HEX #DF0576 Ruby

📋 copy color: '#DF0576'

red 223 ◦ green 5 ◦ blue 118

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

Shades of Ruby #DF0576

Tints of Ruby #DF0576

RGB

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

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

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

R = 64.45%
G = 1.45%
B = 34.1%

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

#DF0576 (or 0xDF0576) is known color: Ruby. HEX triplet: DF, 05 and 76. RGB value is (223,5,118). Sum of RGB (Red+Green+Blue) = 223+5+118=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0576 is #20FA89. Grayscale: #525252. Windows color (decimal): -2161290 or 7734751. OLE color: 7734751.

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

Color convert

RGB 223 5 118 -
CMYK 0 0.98 0.47 0.13
HSL 328.9º 0.96% 0.45% -
HSV(B) 328.9º 0.98% 0.87% -
XYZ 33.76 17.1 18.66 -
YUV 83.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 223 5 118 0 0.98 0.47 0.13 328.9 0.96 0.45
Hex DF 5 76 0 62 2F D 149 60 2D
Octal 337 5 166 0 142 57 15 511 140 55
Binary 11011111 101 1110110 0 1100010 101111 1101 101001001 1100000 101101

Color Harmonies of #DF0576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0576

Black with #DF0576

Text Example


Text Example

White with #DF0576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0576; }

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

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

background-color css

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

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

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

border-color css

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

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

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