Html Css Color HEX #DA0674 Ruby

📋 copy color: '#DA0674'

red 218 ◦ green 6 ◦ blue 116

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

Shades of Ruby #DA0674

Tints of Ruby #DA0674

RGB

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

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

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

R = 64.12%
G = 1.76%
B = 34.12%

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

#DA0674 (or 0xDA0674) is known color: Ruby. HEX triplet: DA, 06 and 74. RGB value is (218,6,116). Sum of RGB (Red+Green+Blue) = 218+6+116=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0674 is #25F98B. Grayscale: #515151. Windows color (decimal): -2488716 or 7603930. OLE color: 7603930.

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

Color convert

RGB 218 6 116 -
CMYK 0 0.97 0.47 0.15
HSL 328.87º 0.95% 0.44% -
HSV(B) 328.87º 0.97% 0.85% -
XYZ 32.13 16.3 17.98 -
YUV 81.93 147.24 225.06 -
System Red Green Blue C M Y K H S L
Decimal 218 6 116 0 0.97 0.47 0.15 328.87 0.95 0.44
Hex DA 6 74 0 61 2F F 149 5F 2C
Octal 332 6 164 0 141 57 17 511 137 54
Binary 11011010 110 1110100 0 1100001 101111 1111 101001001 1011111 101100

Color Harmonies of #DA0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0674

Black with #DA0674

Text Example


Text Example

White with #DA0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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