Html Css Color HEX #DA0571 Ruby

📋 copy color: '#DA0571'

red 218 ◦ green 5 ◦ blue 113

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

Shades of Ruby #DA0571

Tints of Ruby #DA0571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 64.88%
G = 1.49%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0571 (or 0xDA0571) is known color: Ruby. HEX triplet: DA, 05 and 71. RGB value is (218,5,113). Sum of RGB (Red+Green+Blue) = 218+5+113=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0571 is #25FA8E. Grayscale: #505050. Windows color (decimal): -2488975 or 7407066. OLE color: 7407066.

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

Color convert

RGB 218 5 113 -
CMYK 0 0.98 0.48 0.15
HSL 329.58º 0.96% 0.44% -
HSV(B) 329.58º 0.98% 0.85% -
XYZ 31.95 16.21 17.07 -
YUV 81 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 218 5 113 0 0.98 0.48 0.15 329.58 0.96 0.44
Hex DA 5 71 0 62 30 F 14A 60 2C
Octal 332 5 161 0 142 60 17 512 140 54
Binary 11011010 101 1110001 0 1100010 110000 1111 101001010 1100000 101100

Color Harmonies of #DA0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0571

Black with #DA0571

Text Example


Text Example

White with #DA0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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