Html Css Color HEX #DA0671 Ruby

📋 copy color: '#DA0671'

red 218 ◦ green 6 ◦ blue 113

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

Shades of Ruby #DA0671

Tints of Ruby #DA0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 64.69%
G = 1.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0671 (or 0xDA0671) is known color: Ruby. HEX triplet: DA, 06 and 71. RGB value is (218,6,113). Sum of RGB (Red+Green+Blue) = 218+6+113=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0671 is #25F98E. Grayscale: #515151. Windows color (decimal): -2488719 or 7407322. OLE color: 7407322.

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

Color convert

RGB 218 6 113 -
CMYK 0 0.97 0.48 0.15
HSL 329.72º 0.95% 0.44% -
HSV(B) 329.72º 0.97% 0.85% -
XYZ 31.96 16.23 17.07 -
YUV 81.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 218 6 113 0 0.97 0.48 0.15 329.72 0.95 0.44
Hex DA 6 71 0 61 30 F 14A 5F 2C
Octal 332 6 161 0 141 60 17 512 137 54
Binary 11011010 110 1110001 0 1100001 110000 1111 101001010 1011111 101100

Color Harmonies of #DA0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0671

Black with #DA0671

Text Example


Text Example

White with #DA0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0671; }

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

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

background-color css

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

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

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

border-color css

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

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

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