Html Css Color HEX #D9156E Ruby

📋 copy color: '#D9156E'

red 217 ◦ green 21 ◦ blue 110

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

Shades of Ruby #D9156E

Tints of Ruby #D9156E

RGB

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

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

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

R = 62.36%
G = 6.03%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9156E (or 0xD9156E) is known color: Ruby. HEX triplet: D9, 15 and 6E. RGB value is (217,21,110). Sum of RGB (Red+Green+Blue) = 217+21+110=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9156E is #26EA91. Grayscale: #595959. Windows color (decimal): -2550418 or 7214553. OLE color: 7214553.

HSL color Cylindrical-coordinate representation of color #D9156E: hue angle of 332.76º 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 #D9156E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 110 -
CMYK 0 0.90 0.49 0.15
HSL 332.76º 0.82% 0.47% -
HSV(B) 332.76º 0.9% 0.85% -
XYZ 31.7 16.41 16.25 -
YUV 89.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 217 21 110 0 0.90 0.49 0.15 332.76 0.82 0.47
Hex D9 15 6E 0 5A 31 F 14D 52 2F
Octal 331 25 156 0 132 61 17 515 122 57
Binary 11011001 10101 1101110 0 1011010 110001 1111 101001101 1010010 101111

Color Harmonies of #D9156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9156E

Black with #D9156E

Text Example


Text Example

White with #D9156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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