Html Css Color HEX #DA0866 Ruby

📋 copy color: '#DA0866'

red 218 ◦ green 8 ◦ blue 102

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

Shades of Ruby #DA0866

Tints of Ruby #DA0866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 66.46%
G = 2.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA0866 (or 0xDA0866) is known color: Ruby. HEX triplet: DA, 08 and 66. RGB value is (218,8,102). Sum of RGB (Red+Green+Blue) = 218+8+102=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0866 is #25F799. Grayscale: #515151. Windows color (decimal): -2488218 or 6686938. OLE color: 6686938.

HSL color Cylindrical-coordinate representation of color #DA0866: hue angle of 333.14º 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 #DA0866 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 102 -
CMYK 0 0.96 0.53 0.15
HSL 333.14º 0.93% 0.44% -
HSV(B) 333.14º 0.96% 0.85% -
XYZ 31.4 16.04 14.01 -
YUV 81.51 139.57 225.36 -
System Red Green Blue C M Y K H S L
Decimal 218 8 102 0 0.96 0.53 0.15 333.14 0.93 0.44
Hex DA 8 66 0 60 35 F 14D 5D 2C
Octal 332 10 146 0 140 65 17 515 135 54
Binary 11011010 1000 1100110 0 1100000 110101 1111 101001101 1011101 101100

Color Harmonies of #DA0866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0866

Black with #DA0866

Text Example


Text Example

White with #DA0866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0866; }

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

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

background-color css

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

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

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

border-color css

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

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

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