Html Css Color HEX #D1016A Ruby

📋 copy color: '#D1016A'

red 209 ◦ green 1 ◦ blue 106

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

Shades of Ruby #D1016A

Tints of Ruby #D1016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 66.14%
G = 0.32%
B = 33.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1016A (or 0xD1016A) is known color: Ruby. HEX triplet: D1, 01 and 6A. RGB value is (209,1,106). Sum of RGB (Red+Green+Blue) = 209+1+106=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1016A is #2EFE95. Grayscale: #4A4A4A. Windows color (decimal): -3079830 or 6947281. OLE color: 6947281.

HSL color Cylindrical-coordinate representation of color #D1016A: hue angle of 329.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1016A is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 106 -
CMYK 0 1.00 0.49 0.18
HSL 329.71º 0.99% 0.41% -
HSV(B) 329.71º 1% 0.82% -
XYZ 28.91 14.62 14.93 -
YUV 75.16 145.41 223.46 -
System Red Green Blue C M Y K H S L
Decimal 209 1 106 0 1.00 0.49 0.18 329.71 0.99 0.41
Hex D1 1 6A 0 64 31 12 14A 63 29
Octal 321 1 152 0 144 61 22 512 143 51
Binary 11010001 1 1101010 0 1100100 110001 10010 101001010 1100011 101001

Color Harmonies of #D1016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1016A

Black with #D1016A

Text Example


Text Example

White with #D1016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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