Html Css Color HEX #D1076A Ruby

📋 copy color: '#D1076A'

red 209 ◦ green 7 ◦ blue 106

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

Shades of Ruby #D1076A

Tints of Ruby #D1076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 64.91%
G = 2.17%
B = 32.92%

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

#D1076A (or 0xD1076A) is known color: Ruby. HEX triplet: D1, 07 and 6A. RGB value is (209,7,106). Sum of RGB (Red+Green+Blue) = 209+7+106=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1076A is #2EF895. Grayscale: #4E4E4E. Windows color (decimal): -3078294 or 6948817. OLE color: 6948817.

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

Color convert

RGB 209 7 106 -
CMYK 0 0.97 0.49 0.18
HSL 330.59º 0.94% 0.42% -
HSV(B) 330.59º 0.97% 0.82% -
XYZ 28.97 14.75 14.96 -
YUV 78.68 143.42 220.95 -
System Red Green Blue C M Y K H S L
Decimal 209 7 106 0 0.97 0.49 0.18 330.59 0.94 0.42
Hex D1 7 6A 0 61 31 12 14B 5E 2A
Octal 321 7 152 0 141 61 22 513 136 52
Binary 11010001 111 1101010 0 1100001 110001 10010 101001011 1011110 101010

Color Harmonies of #D1076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1076A

Black with #D1076A

Text Example


Text Example

White with #D1076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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