Html Css Color HEX #D9126D Ruby

📋 copy color: '#D9126D'

red 217 ◦ green 18 ◦ blue 109

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

Shades of Ruby #D9126D

Tints of Ruby #D9126D

RGB

 RED value IS 217 (85.16% from 255) = 63.08%

 GREEN value IS 18 (7.42% from 255) = 5.23%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 63.08%
G = 5.23%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9126D (or 0xD9126D) is known color: Ruby. HEX triplet: D9, 12 and 6D. RGB value is (217,18,109). Sum of RGB (Red+Green+Blue) = 217+18+109=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9126D is #26ED92. Grayscale: #575757. Windows color (decimal): -2551187 or 7148249. OLE color: 7148249.

HSL color Cylindrical-coordinate representation of color #D9126D: hue angle of 332.56º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9126D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 109 -
CMYK 0 0.92 0.50 0.15
HSL 332.56º 0.85% 0.46% -
HSV(B) 332.56º 0.92% 0.85% -
XYZ 31.59 16.29 15.95 -
YUV 87.88 139.93 220.1 -
System Red Green Blue C M Y K H S L
Decimal 217 18 109 0 0.92 0.50 0.15 332.56 0.85 0.46
Hex D9 12 6D 0 5C 32 F 14D 55 2E
Octal 331 22 155 0 134 62 17 515 125 56
Binary 11011001 10010 1101101 0 1011100 110010 1111 101001101 1010101 101110

Color Harmonies of #D9126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9126D

Black with #D9126D

Text Example


Text Example

White with #D9126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9126D; }

 p { color: rgb(217,18,109); }

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

background-color css

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

 a { background-color: rgb(217,18,109); }

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

border-color css

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

 span { border-color: rgb(217,18,109); }

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