Html Css Color HEX #DA0276 Ruby

📋 copy color: '#DA0276'

red 218 ◦ green 2 ◦ blue 118

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

Shades of Ruby #DA0276

Tints of Ruby #DA0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 64.5%
G = 0.59%
B = 34.91%

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

#DA0276 (or 0xDA0276) is known color: Ruby. HEX triplet: DA, 02 and 76. RGB value is (218,2,118). Sum of RGB (Red+Green+Blue) = 218+2+118=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0276 is #25FD89. Grayscale: #4F4F4F. Windows color (decimal): -2489738 or 7733978. OLE color: 7733978.

HSL color Cylindrical-coordinate representation of color #DA0276: hue angle of 327.78º degrees, saturation: 0.98, 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 #DA0276 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 118 -
CMYK 0 0.99 0.46 0.15
HSL 327.78º 0.98% 0.43% -
HSV(B) 327.78º 0.99% 0.85% -
XYZ 32.21 16.26 18.58 -
YUV 79.81 149.56 226.57 -
System Red Green Blue C M Y K H S L
Decimal 218 2 118 0 0.99 0.46 0.15 327.78 0.98 0.43
Hex DA 2 76 0 63 2E F 148 62 2B
Octal 332 2 166 0 143 56 17 510 142 53
Binary 11011010 10 1110110 0 1100011 101110 1111 101001000 1100010 101011

Color Harmonies of #DA0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0276

Black with #DA0276

Text Example


Text Example

White with #DA0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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