Html Css Color HEX #DA0876 Ruby

📋 copy color: '#DA0876'

red 218 ◦ green 8 ◦ blue 118

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

Shades of Ruby #DA0876

Tints of Ruby #DA0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 63.37%
G = 2.33%
B = 34.3%

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

#DA0876 (or 0xDA0876) is known color: Ruby. HEX triplet: DA, 08 and 76. RGB value is (218,8,118). Sum of RGB (Red+Green+Blue) = 218+8+118=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0876 is #25F789. Grayscale: #535353. Windows color (decimal): -2488202 or 7735514. OLE color: 7735514.

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

Color convert

RGB 218 8 118 -
CMYK 0 0.96 0.46 0.15
HSL 328.57º 0.93% 0.44% -
HSV(B) 328.57º 0.96% 0.85% -
XYZ 32.27 16.39 18.6 -
YUV 83.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 218 8 118 0 0.96 0.46 0.15 328.57 0.93 0.44
Hex DA 8 76 0 60 2E F 149 5D 2C
Octal 332 10 166 0 140 56 17 511 135 54
Binary 11011010 1000 1110110 0 1100000 101110 1111 101001001 1011101 101100

Color Harmonies of #DA0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0876

Black with #DA0876

Text Example


Text Example

White with #DA0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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