Html Css Color HEX #D1066E Ruby

📋 copy color: '#D1066E'

red 209 ◦ green 6 ◦ blue 110

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

Shades of Ruby #D1066E

Tints of Ruby #D1066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 64.31%
G = 1.85%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1066E (or 0xD1066E) is known color: Ruby. HEX triplet: D1, 06 and 6E. RGB value is (209,6,110). Sum of RGB (Red+Green+Blue) = 209+6+110=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1066E is #2EF991. Grayscale: #4E4E4E. Windows color (decimal): -3078546 or 7210705. OLE color: 7210705.

HSL color Cylindrical-coordinate representation of color #D1066E: hue angle of 329.26º 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 #D1066E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 110 -
CMYK 0 0.97 0.47 0.18
HSL 329.26º 0.94% 0.42% -
HSV(B) 329.26º 0.97% 0.82% -
XYZ 29.17 14.81 16.07 -
YUV 78.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 209 6 110 0 0.97 0.47 0.18 329.26 0.94 0.42
Hex D1 6 6E 0 61 2F 12 149 5E 2A
Octal 321 6 156 0 141 57 22 511 136 52
Binary 11010001 110 1101110 0 1100001 101111 10010 101001001 1011110 101010

Color Harmonies of #D1066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1066E

Black with #D1066E

Text Example


Text Example

White with #D1066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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