Html Css Color HEX #DA166D Ruby

📋 copy color: '#DA166D'

red 218 ◦ green 22 ◦ blue 109

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

Shades of Ruby #DA166D

Tints of Ruby #DA166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 62.46%
G = 6.3%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA166D (or 0xDA166D) is known color: Ruby. HEX triplet: DA, 16 and 6D. RGB value is (218,22,109). Sum of RGB (Red+Green+Blue) = 218+22+109=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA166D is #25E992. Grayscale: #5A5A5A. Windows color (decimal): -2484627 or 7149274. OLE color: 7149274.

HSL color Cylindrical-coordinate representation of color #DA166D: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA166D is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 109 -
CMYK 0 0.90 0.5 0.15
HSL 333.37º 0.82% 0.47% -
HSV(B) 333.37º 0.9% 0.85% -
XYZ 31.96 16.58 15.98 -
YUV 90.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 218 22 109 0 0.90 0.5 0.15 333.37 0.82 0.47
Hex DA 16 6D 0 5A 32 F 14D 52 2F
Octal 332 26 155 0 132 62 17 515 122 57
Binary 11011010 10110 1101101 0 1011010 110010 1111 101001101 1010010 101111

Color Harmonies of #DA166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA166D

Black with #DA166D

Text Example


Text Example

White with #DA166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA166D; }

 p { color: rgb(218,22,109); }

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

background-color css

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

 a { background-color: rgb(218,22,109); }

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

border-color css

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

 span { border-color: rgb(218,22,109); }

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