Html Css Color HEX #D1066B Ruby

📋 copy color: '#D1066B'

red 209 ◦ green 6 ◦ blue 107

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

Shades of Ruby #D1066B

Tints of Ruby #D1066B

RGB

 RED value IS 209 (82.03% from 255) = 64.91%

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

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

R = 64.91%
G = 1.86%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1066B (or 0xD1066B) is known color: Ruby. HEX triplet: D1, 06 and 6B. RGB value is (209,6,107). Sum of RGB (Red+Green+Blue) = 209+6+107=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1066B is #2EF994. Grayscale: #4E4E4E. Windows color (decimal): -3078549 or 7014097. OLE color: 7014097.

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

Color convert

RGB 209 6 107 -
CMYK 0 0.97 0.49 0.18
HSL 330.15º 0.94% 0.42% -
HSV(B) 330.15º 0.97% 0.82% -
XYZ 29.01 14.75 15.23 -
YUV 78.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 209 6 107 0 0.97 0.49 0.18 330.15 0.94 0.42
Hex D1 6 6B 0 61 31 12 14A 5E 2A
Octal 321 6 153 0 141 61 22 512 136 52
Binary 11010001 110 1101011 0 1100001 110001 10010 101001010 1011110 101010

Color Harmonies of #D1066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1066B

Black with #D1066B

Text Example


Text Example

White with #D1066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1066B; }

 p { color: rgb(209,6,107); }

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

background-color css

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

 a { background-color: rgb(209,6,107); }

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

border-color css

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

 span { border-color: rgb(209,6,107); }

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