Html Css Color HEX #DA0574 Ruby

📋 copy color: '#DA0574'

red 218 ◦ green 5 ◦ blue 116

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

Shades of Ruby #DA0574

Tints of Ruby #DA0574

RGB

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

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

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

R = 64.31%
G = 1.47%
B = 34.22%

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

#DA0574 (or 0xDA0574) is known color: Ruby. HEX triplet: DA, 05 and 74. RGB value is (218,5,116). Sum of RGB (Red+Green+Blue) = 218+5+116=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0574 is #25FA8B. Grayscale: #515151. Windows color (decimal): -2488972 or 7603674. OLE color: 7603674.

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

Color convert

RGB 218 5 116 -
CMYK 0 0.98 0.47 0.15
HSL 328.73º 0.96% 0.44% -
HSV(B) 328.73º 0.98% 0.85% -
XYZ 32.12 16.27 17.97 -
YUV 81.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 218 5 116 0 0.98 0.47 0.15 328.73 0.96 0.44
Hex DA 5 74 0 62 2F F 149 60 2C
Octal 332 5 164 0 142 57 17 511 140 54
Binary 11011010 101 1110100 0 1100010 101111 1111 101001001 1100000 101100

Color Harmonies of #DA0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0574

Black with #DA0574

Text Example


Text Example

White with #DA0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0574; }

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

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

background-color css

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

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

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

border-color css

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

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

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