Html Css Color HEX #D0166B Ruby

📋 copy color: '#D0166B'

red 208 ◦ green 22 ◦ blue 107

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

Shades of Ruby #D0166B

Tints of Ruby #D0166B

RGB

 RED value IS 208 (81.64% from 255) = 61.72%

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 61.72%
G = 6.53%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0166B (or 0xD0166B) is known color: Ruby. HEX triplet: D0, 16 and 6B. RGB value is (208,22,107). Sum of RGB (Red+Green+Blue) = 208+22+107=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0166B is #2FE994. Grayscale: #575757. Windows color (decimal): -3139989 or 7018192. OLE color: 7018192.

HSL color Cylindrical-coordinate representation of color #D0166B: hue angle of 332.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0166B is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 107 -
CMYK 0 0.89 0.49 0.18
HSL 332.58º 0.81% 0.45% -
HSV(B) 332.58º 0.89% 0.82% -
XYZ 28.95 15.05 15.29 -
YUV 87.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 208 22 107 0 0.89 0.49 0.18 332.58 0.81 0.45
Hex D0 16 6B 0 59 31 12 14D 51 2D
Octal 320 26 153 0 131 61 22 515 121 55
Binary 11010000 10110 1101011 0 1011001 110001 10010 101001101 1010001 101101

Color Harmonies of #D0166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0166B

Black with #D0166B

Text Example


Text Example

White with #D0166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0166B; }

 p { color: rgb(208,22,107); }

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

background-color css

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

 a { background-color: rgb(208,22,107); }

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

border-color css

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

 span { border-color: rgb(208,22,107); }

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