Html Css Color HEX #D1076D Ruby

📋 copy color: '#D1076D'

red 209 ◦ green 7 ◦ blue 109

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

Shades of Ruby #D1076D

Tints of Ruby #D1076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 64.31%
G = 2.15%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1076D (or 0xD1076D) is known color: Ruby. HEX triplet: D1, 07 and 6D. RGB value is (209,7,109). Sum of RGB (Red+Green+Blue) = 209+7+109=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1076D is #2EF892. Grayscale: #4E4E4E. Windows color (decimal): -3078291 or 7145425. OLE color: 7145425.

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

Color convert

RGB 209 7 109 -
CMYK 0 0.97 0.48 0.18
HSL 329.7º 0.94% 0.42% -
HSV(B) 329.7º 0.97% 0.82% -
XYZ 29.13 14.81 15.79 -
YUV 79.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 209 7 109 0 0.97 0.48 0.18 329.7 0.94 0.42
Hex D1 7 6D 0 61 30 12 14A 5E 2A
Octal 321 7 155 0 141 60 22 512 136 52
Binary 11010001 111 1101101 0 1100001 110000 10010 101001010 1011110 101010

Color Harmonies of #D1076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1076D

Black with #D1076D

Text Example


Text Example

White with #D1076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1076D; }

 p { color: rgb(209,7,109); }

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

background-color css

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

 a { background-color: rgb(209,7,109); }

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

border-color css

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

 span { border-color: rgb(209,7,109); }

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