Html Css Color HEX #DA0573 Ruby

📋 copy color: '#DA0573'

red 218 ◦ green 5 ◦ blue 115

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

Shades of Ruby #DA0573

Tints of Ruby #DA0573

RGB

 RED value IS 218 (85.55% from 255) = 64.5%

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 64.5%
G = 1.48%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA0573 (or 0xDA0573) is known color: Ruby. HEX triplet: DA, 05 and 73. RGB value is (218,5,115). Sum of RGB (Red+Green+Blue) = 218+5+115=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0573 is #25FA8C. Grayscale: #515151. Windows color (decimal): -2488973 or 7538138. OLE color: 7538138.

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

Color convert

RGB 218 5 115 -
CMYK 0 0.98 0.47 0.15
HSL 329.01º 0.96% 0.44% -
HSV(B) 329.01º 0.98% 0.85% -
XYZ 32.06 16.25 17.67 -
YUV 81.23 147.07 225.56 -
System Red Green Blue C M Y K H S L
Decimal 218 5 115 0 0.98 0.47 0.15 329.01 0.96 0.44
Hex DA 5 73 0 62 2F F 149 60 2C
Octal 332 5 163 0 142 57 17 511 140 54
Binary 11011010 101 1110011 0 1100010 101111 1111 101001001 1100000 101100

Color Harmonies of #DA0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0573

Black with #DA0573

Text Example


Text Example

White with #DA0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0573; }

 p { color: rgb(218,5,115); }

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

background-color css

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

 a { background-color: rgb(218,5,115); }

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

border-color css

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

 span { border-color: rgb(218,5,115); }

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