Html Css Color HEX #DA0471 Ruby

📋 copy color: '#DA0471'

red 218 ◦ green 4 ◦ blue 113

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

Shades of Ruby #DA0471

Tints of Ruby #DA0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 65.07%
G = 1.19%
B = 33.73%

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

#DA0471 (or 0xDA0471) is known color: Ruby. HEX triplet: DA, 04 and 71. RGB value is (218,4,113). Sum of RGB (Red+Green+Blue) = 218+4+113=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0471 is #25FB8E. Grayscale: #505050. Windows color (decimal): -2489231 or 7406810. OLE color: 7406810.

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

Color convert

RGB 218 4 113 -
CMYK 0 0.98 0.48 0.15
HSL 329.44º 0.96% 0.44% -
HSV(B) 329.44º 0.98% 0.85% -
XYZ 31.94 16.18 17.06 -
YUV 80.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 218 4 113 0 0.98 0.48 0.15 329.44 0.96 0.44
Hex DA 4 71 0 62 30 F 149 60 2C
Octal 332 4 161 0 142 60 17 511 140 54
Binary 11011010 100 1110001 0 1100010 110000 1111 101001001 1100000 101100

Color Harmonies of #DA0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0471

Black with #DA0471

Text Example


Text Example

White with #DA0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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