Html Css Color HEX #DA0376 Ruby

📋 copy color: '#DA0376'

red 218 ◦ green 3 ◦ blue 118

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

Shades of Ruby #DA0376

Tints of Ruby #DA0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 64.31%
G = 0.88%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA0376 (or 0xDA0376) is known color: Ruby. HEX triplet: DA, 03 and 76. RGB value is (218,3,118). Sum of RGB (Red+Green+Blue) = 218+3+118=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0376 is #25FC89. Grayscale: #505050. Windows color (decimal): -2489482 or 7734234. OLE color: 7734234.

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

Color convert

RGB 218 3 118 -
CMYK 0 0.99 0.46 0.15
HSL 327.91º 0.97% 0.43% -
HSV(B) 327.91º 0.99% 0.85% -
XYZ 32.22 16.28 18.58 -
YUV 80.4 149.23 226.15 -
System Red Green Blue C M Y K H S L
Decimal 218 3 118 0 0.99 0.46 0.15 327.91 0.97 0.43
Hex DA 3 76 0 63 2E F 148 61 2B
Octal 332 3 166 0 143 56 17 510 141 53
Binary 11011010 11 1110110 0 1100011 101110 1111 101001000 1100001 101011

Color Harmonies of #DA0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0376

Black with #DA0376

Text Example


Text Example

White with #DA0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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