Html Css Color HEX #D1104E Ruby

📋 copy color: '#D1104E'

red 209 ◦ green 16 ◦ blue 78

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

Shades of Ruby #D1104E

Tints of Ruby #D1104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 68.98%
G = 5.28%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1104E (or 0xD1104E) is known color: Ruby. HEX triplet: D1, 10 and 4E. RGB value is (209,16,78). Sum of RGB (Red+Green+Blue) = 209+16+78=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1104E is #2EEFB1. Grayscale: #505050. Windows color (decimal): -3076018 or 5116113. OLE color: 5116113.

HSL color Cylindrical-coordinate representation of color #D1104E: hue angle of 340.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1104E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 78 -
CMYK 0 0.92 0.63 0.18
HSL 340.73º 0.86% 0.44% -
HSV(B) 340.73º 0.92% 0.82% -
XYZ 27.85 14.48 8.53 -
YUV 80.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 209 16 78 0 0.92 0.63 0.18 340.73 0.86 0.44
Hex D1 10 4E 0 5C 3F 12 155 56 2C
Octal 321 20 116 0 134 77 22 525 126 54
Binary 11010001 10000 1001110 0 1011100 111111 10010 101010101 1010110 101100

Color Harmonies of #D1104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1104E

Black with #D1104E

Text Example


Text Example

White with #D1104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1104E; }

 p { color: rgb(209,16,78); }

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

background-color css

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

 a { background-color: rgb(209,16,78); }

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

border-color css

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

 span { border-color: rgb(209,16,78); }

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