Html Css Color HEX #D1056F Ruby

📋 copy color: '#D1056F'

red 209 ◦ green 5 ◦ blue 111

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

Shades of Ruby #D1056F

Tints of Ruby #D1056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 64.31%
G = 1.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1056F (or 0xD1056F) is known color: Ruby. HEX triplet: D1, 05 and 6F. RGB value is (209,5,111). Sum of RGB (Red+Green+Blue) = 209+5+111=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1056F is #2EFA90. Grayscale: #4D4D4D. Windows color (decimal): -3078801 or 7275985. OLE color: 7275985.

HSL color Cylindrical-coordinate representation of color #D1056F: hue angle of 328.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1056F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 111 -
CMYK 0 0.98 0.47 0.18
HSL 328.82º 0.95% 0.42% -
HSV(B) 328.82º 0.98% 0.82% -
XYZ 29.22 14.81 16.36 -
YUV 78.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 209 5 111 0 0.98 0.47 0.18 328.82 0.95 0.42
Hex D1 5 6F 0 62 2F 12 149 5F 2A
Octal 321 5 157 0 142 57 22 511 137 52
Binary 11010001 101 1101111 0 1100010 101111 10010 101001001 1011111 101010

Color Harmonies of #D1056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1056F

Black with #D1056F

Text Example


Text Example

White with #D1056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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