Html Css Color HEX #DA0673 Ruby

📋 copy color: '#DA0673'

red 218 ◦ green 6 ◦ blue 115

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

Shades of Ruby #DA0673

Tints of Ruby #DA0673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 64.31%
G = 1.77%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA0673 (or 0xDA0673) is known color: Ruby. HEX triplet: DA, 06 and 73. RGB value is (218,6,115). Sum of RGB (Red+Green+Blue) = 218+6+115=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0673 is #25F98C. Grayscale: #515151. Windows color (decimal): -2488717 or 7538394. OLE color: 7538394.

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

Color convert

RGB 218 6 115 -
CMYK 0 0.97 0.47 0.15
HSL 329.15º 0.95% 0.44% -
HSV(B) 329.15º 0.97% 0.85% -
XYZ 32.07 16.27 17.67 -
YUV 81.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 218 6 115 0 0.97 0.47 0.15 329.15 0.95 0.44
Hex DA 6 73 0 61 2F F 149 5F 2C
Octal 332 6 163 0 141 57 17 511 137 54
Binary 11011010 110 1110011 0 1100001 101111 1111 101001001 1011111 101100

Color Harmonies of #DA0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0673

Black with #DA0673

Text Example


Text Example

White with #DA0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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