Html Css Color HEX #DA1066 Ruby

📋 copy color: '#DA1066'

red 218 ◦ green 16 ◦ blue 102

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

Shades of Ruby #DA1066

Tints of Ruby #DA1066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

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

R = 64.88%
G = 4.76%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA1066 (or 0xDA1066) is known color: Ruby. HEX triplet: DA, 10 and 66. RGB value is (218,16,102). Sum of RGB (Red+Green+Blue) = 218+16+102=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1066 is #25EF99. Grayscale: #565656. Windows color (decimal): -2486170 or 6688986. OLE color: 6688986.

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

Color convert

RGB 218 16 102 -
CMYK 0 0.93 0.53 0.15
HSL 334.46º 0.86% 0.46% -
HSV(B) 334.46º 0.93% 0.85% -
XYZ 31.5 16.24 14.04 -
YUV 86.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 218 16 102 0 0.93 0.53 0.15 334.46 0.86 0.46
Hex DA 10 66 0 5D 35 F 14E 56 2E
Octal 332 20 146 0 135 65 17 516 126 56
Binary 11011010 10000 1100110 0 1011101 110101 1111 101001110 1010110 101110

Color Harmonies of #DA1066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1066

Black with #DA1066

Text Example


Text Example

White with #DA1066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1066; }

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

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

background-color css

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

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

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

border-color css

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

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

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