Html Css Color HEX #DA166C Ruby

📋 copy color: '#DA166C'

red 218 ◦ green 22 ◦ blue 108

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

Shades of Ruby #DA166C

Tints of Ruby #DA166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 62.64%
G = 6.32%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA166C (or 0xDA166C) is known color: Ruby. HEX triplet: DA, 16 and 6C. RGB value is (218,22,108). Sum of RGB (Red+Green+Blue) = 218+22+108=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA166C is #25E993. Grayscale: #5A5A5A. Windows color (decimal): -2484628 or 7083738. OLE color: 7083738.

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

Color convert

RGB 218 22 108 -
CMYK 0 0.90 0.50 0.15
HSL 333.67º 0.82% 0.47% -
HSV(B) 333.67º 0.9% 0.85% -
XYZ 31.91 16.56 15.7 -
YUV 90.41 137.93 219.01 -
System Red Green Blue C M Y K H S L
Decimal 218 22 108 0 0.90 0.50 0.15 333.67 0.82 0.47
Hex DA 16 6C 0 5A 32 F 14E 52 2F
Octal 332 26 154 0 132 62 17 516 122 57
Binary 11011010 10110 1101100 0 1011010 110010 1111 101001110 1010010 101111

Color Harmonies of #DA166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA166C

Black with #DA166C

Text Example


Text Example

White with #DA166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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