Html Css Color HEX #D9156D Ruby

📋 copy color: '#D9156D'

red 217 ◦ green 21 ◦ blue 109

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

Shades of Ruby #D9156D

Tints of Ruby #D9156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 62.54%
G = 6.05%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9156D (or 0xD9156D) is known color: Ruby. HEX triplet: D9, 15 and 6D. RGB value is (217,21,109). Sum of RGB (Red+Green+Blue) = 217+21+109=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9156D is #26EA92. Grayscale: #595959. Windows color (decimal): -2550419 or 7149017. OLE color: 7149017.

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

Color convert

RGB 217 21 109 -
CMYK 0 0.90 0.50 0.15
HSL 333.06º 0.82% 0.47% -
HSV(B) 333.06º 0.9% 0.85% -
XYZ 31.64 16.39 15.96 -
YUV 89.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 217 21 109 0 0.90 0.50 0.15 333.06 0.82 0.47
Hex D9 15 6D 0 5A 32 F 14D 52 2F
Octal 331 25 155 0 132 62 17 515 122 57
Binary 11011001 10101 1101101 0 1011010 110010 1111 101001101 1010010 101111

Color Harmonies of #D9156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9156D

Black with #D9156D

Text Example


Text Example

White with #D9156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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