Html Css Color HEX #DA0666 Ruby

📋 copy color: '#DA0666'

red 218 ◦ green 6 ◦ blue 102

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

Shades of Ruby #DA0666

Tints of Ruby #DA0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 66.87%
G = 1.84%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA0666 (or 0xDA0666) is known color: Ruby. HEX triplet: DA, 06 and 66. RGB value is (218,6,102). Sum of RGB (Red+Green+Blue) = 218+6+102=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0666 is #25F999. Grayscale: #505050. Windows color (decimal): -2488730 or 6686426. OLE color: 6686426.

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

Color convert

RGB 218 6 102 -
CMYK 0 0.97 0.53 0.15
HSL 332.83º 0.95% 0.44% -
HSV(B) 332.83º 0.97% 0.85% -
XYZ 31.38 15.99 14 -
YUV 80.33 140.24 226.19 -
System Red Green Blue C M Y K H S L
Decimal 218 6 102 0 0.97 0.53 0.15 332.83 0.95 0.44
Hex DA 6 66 0 61 35 F 14D 5F 2C
Octal 332 6 146 0 141 65 17 515 137 54
Binary 11011010 110 1100110 0 1100001 110101 1111 101001101 1011111 101100

Color Harmonies of #DA0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0666

Black with #DA0666

Text Example


Text Example

White with #DA0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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