Html Css Color HEX #DA0774 Ruby

📋 copy color: '#DA0774'

red 218 ◦ green 7 ◦ blue 116

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

Shades of Ruby #DA0774

Tints of Ruby #DA0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 63.93%
G = 2.05%
B = 34.02%

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

#DA0774 (or 0xDA0774) is known color: Ruby. HEX triplet: DA, 07 and 74. RGB value is (218,7,116). Sum of RGB (Red+Green+Blue) = 218+7+116=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0774 is #25F88B. Grayscale: #525252. Windows color (decimal): -2488460 or 7604186. OLE color: 7604186.

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

Color convert

RGB 218 7 116 -
CMYK 0 0.97 0.47 0.15
HSL 329º 0.94% 0.44% -
HSV(B) 329º 0.97% 0.85% -
XYZ 32.14 16.32 17.98 -
YUV 82.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 218 7 116 0 0.97 0.47 0.15 329 0.94 0.44
Hex DA 7 74 0 61 2F F 149 5E 2C
Octal 332 7 164 0 141 57 17 511 136 54
Binary 11011010 111 1110100 0 1100001 101111 1111 101001001 1011110 101100

Color Harmonies of #DA0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0774

Black with #DA0774

Text Example


Text Example

White with #DA0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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