Html Css Color HEX #D1016F Ruby

📋 copy color: '#D1016F'

red 209 ◦ green 1 ◦ blue 111

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

Shades of Ruby #D1016F

Tints of Ruby #D1016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 65.11%
G = 0.31%
B = 34.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1016F (or 0xD1016F) is known color: Ruby. HEX triplet: D1, 01 and 6F. RGB value is (209,1,111). Sum of RGB (Red+Green+Blue) = 209+1+111=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1016F is #2EFE90. Grayscale: #4B4B4B. Windows color (decimal): -3079825 or 7274961. OLE color: 7274961.

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

Color convert

RGB 209 1 111 -
CMYK 0 1.00 0.47 0.18
HSL 328.27º 0.99% 0.41% -
HSV(B) 328.27º 1% 0.82% -
XYZ 29.17 14.72 16.34 -
YUV 75.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 209 1 111 0 1.00 0.47 0.18 328.27 0.99 0.41
Hex D1 1 6F 0 64 2F 12 148 63 29
Octal 321 1 157 0 144 57 22 510 143 51
Binary 11010001 1 1101111 0 1100100 101111 10010 101001000 1100011 101001

Color Harmonies of #D1016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1016F

Black with #D1016F

Text Example


Text Example

White with #D1016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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