Html Css Color HEX #DA0572 Ruby

📋 copy color: '#DA0572'

red 218 ◦ green 5 ◦ blue 114

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

Shades of Ruby #DA0572

Tints of Ruby #DA0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 64.69%
G = 1.48%
B = 33.83%

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

#DA0572 (or 0xDA0572) is known color: Ruby. HEX triplet: DA, 05 and 72. RGB value is (218,5,114). Sum of RGB (Red+Green+Blue) = 218+5+114=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0572 is #25FA8D. Grayscale: #505050. Windows color (decimal): -2488974 or 7472602. OLE color: 7472602.

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

Color convert

RGB 218 5 114 -
CMYK 0 0.98 0.48 0.15
HSL 329.3º 0.96% 0.44% -
HSV(B) 329.3º 0.98% 0.85% -
XYZ 32 16.23 17.37 -
YUV 81.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 218 5 114 0 0.98 0.48 0.15 329.3 0.96 0.44
Hex DA 5 72 0 62 30 F 149 60 2C
Octal 332 5 162 0 142 60 17 511 140 54
Binary 11011010 101 1110010 0 1100010 110000 1111 101001001 1100000 101100

Color Harmonies of #DA0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0572

Black with #DA0572

Text Example


Text Example

White with #DA0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0572; }

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

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

background-color css

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

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

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

border-color css

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

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

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