Html Css Color HEX #DA0976 Ruby

📋 copy color: '#DA0976'

red 218 ◦ green 9 ◦ blue 118

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

Shades of Ruby #DA0976

Tints of Ruby #DA0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 63.19%
G = 2.61%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA0976 (or 0xDA0976) is known color: Ruby. HEX triplet: DA, 09 and 76. RGB value is (218,9,118). Sum of RGB (Red+Green+Blue) = 218+9+118=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0976 is #25F689. Grayscale: #535353. Windows color (decimal): -2487946 or 7735770. OLE color: 7735770.

HSL color Cylindrical-coordinate representation of color #DA0976: hue angle of 328.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0976 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 118 -
CMYK 0 0.96 0.46 0.15
HSL 328.71º 0.92% 0.45% -
HSV(B) 328.71º 0.96% 0.85% -
XYZ 32.28 16.41 18.61 -
YUV 83.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 218 9 118 0 0.96 0.46 0.15 328.71 0.92 0.45
Hex DA 9 76 0 60 2E F 149 5C 2D
Octal 332 11 166 0 140 56 17 511 134 55
Binary 11011010 1001 1110110 0 1100000 101110 1111 101001001 1011100 101101

Color Harmonies of #DA0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0976

Black with #DA0976

Text Example


Text Example

White with #DA0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0976; }

 p { color: rgb(218,9,118); }

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

background-color css

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

 a { background-color: rgb(218,9,118); }

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

border-color css

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

 span { border-color: rgb(218,9,118); }

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