Html Css Color HEX #D1056E Ruby

📋 copy color: '#D1056E'

red 209 ◦ green 5 ◦ blue 110

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

Shades of Ruby #D1056E

Tints of Ruby #D1056E

RGB

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

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

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

R = 64.51%
G = 1.54%
B = 33.95%

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

#D1056E (or 0xD1056E) is known color: Ruby. HEX triplet: D1, 05 and 6E. RGB value is (209,5,110). Sum of RGB (Red+Green+Blue) = 209+5+110=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1056E is #2EFA91. Grayscale: #4D4D4D. Windows color (decimal): -3078802 or 7210449. OLE color: 7210449.

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

Color convert

RGB 209 5 110 -
CMYK 0 0.98 0.47 0.18
HSL 329.12º 0.95% 0.42% -
HSV(B) 329.12º 0.98% 0.82% -
XYZ 29.16 14.79 16.07 -
YUV 77.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 209 5 110 0 0.98 0.47 0.18 329.12 0.95 0.42
Hex D1 5 6E 0 62 2F 12 149 5F 2A
Octal 321 5 156 0 142 57 22 511 137 52
Binary 11010001 101 1101110 0 1100010 101111 10010 101001001 1011111 101010

Color Harmonies of #D1056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1056E

Black with #D1056E

Text Example


Text Example

White with #D1056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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