Html Css Color HEX #D1076E Ruby

📋 copy color: '#D1076E'

red 209 ◦ green 7 ◦ blue 110

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

Shades of Ruby #D1076E

Tints of Ruby #D1076E

RGB

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

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

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

R = 64.11%
G = 2.15%
B = 33.74%

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

#D1076E (or 0xD1076E) is known color: Ruby. HEX triplet: D1, 07 and 6E. RGB value is (209,7,110). Sum of RGB (Red+Green+Blue) = 209+7+110=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1076E is #2EF891. Grayscale: #4E4E4E. Windows color (decimal): -3078290 or 7210961. OLE color: 7210961.

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

Color convert

RGB 209 7 110 -
CMYK 0 0.97 0.47 0.18
HSL 329.41º 0.94% 0.42% -
HSV(B) 329.41º 0.97% 0.82% -
XYZ 29.18 14.83 16.08 -
YUV 79.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 209 7 110 0 0.97 0.47 0.18 329.41 0.94 0.42
Hex D1 7 6E 0 61 2F 12 149 5E 2A
Octal 321 7 156 0 141 57 22 511 136 52
Binary 11010001 111 1101110 0 1100001 101111 10010 101001001 1011110 101010

Color Harmonies of #D1076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1076E

Black with #D1076E

Text Example


Text Example

White with #D1076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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