Html Css Color HEX #DF0574 Ruby

📋 copy color: '#DF0574'

red 223 ◦ green 5 ◦ blue 116

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

Shades of Ruby #DF0574

Tints of Ruby #DF0574

RGB

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

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

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

R = 64.83%
G = 1.45%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0574 (or 0xDF0574) is known color: Ruby. HEX triplet: DF, 05 and 74. RGB value is (223,5,116). Sum of RGB (Red+Green+Blue) = 223+5+116=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0574 is #20FA8B. Grayscale: #525252. Windows color (decimal): -2161292 or 7603679. OLE color: 7603679.

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

Color convert

RGB 223 5 116 -
CMYK 0 0.98 0.48 0.13
HSL 329.45º 0.96% 0.45% -
HSV(B) 329.45º 0.98% 0.87% -
XYZ 33.64 17.06 18.04 -
YUV 82.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 223 5 116 0 0.98 0.48 0.13 329.45 0.96 0.45
Hex DF 5 74 0 62 30 D 149 60 2D
Octal 337 5 164 0 142 60 15 511 140 55
Binary 11011111 101 1110100 0 1100010 110000 1101 101001001 1100000 101101

Color Harmonies of #DF0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0574

Black with #DF0574

Text Example


Text Example

White with #DF0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0574; }

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

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

background-color css

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

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

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

border-color css

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

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

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