Html Css Color HEX #D91161 Ruby

📋 copy color: '#D91161'

red 217 ◦ green 17 ◦ blue 97

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

Shades of Ruby #D91161

Tints of Ruby #D91161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 65.56%
G = 5.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91161 (or 0xD91161) is known color: Ruby. HEX triplet: D9, 11 and 61. RGB value is (217,17,97). Sum of RGB (Red+Green+Blue) = 217+17+97=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D91161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91161 is #26EE9E. Grayscale: #555555. Windows color (decimal): -2551455 or 6361561. OLE color: 6361561.

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

Color convert

RGB 217 17 97 -
CMYK 0 0.92 0.55 0.15
HSL 336º 0.85% 0.46% -
HSV(B) 336º 0.92% 0.85% -
XYZ 30.97 16.02 12.77 -
YUV 85.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 217 17 97 0 0.92 0.55 0.15 336 0.85 0.46
Hex D9 11 61 0 5C 37 F 150 55 2E
Octal 331 21 141 0 134 67 17 520 125 56
Binary 11011001 10001 1100001 0 1011100 110111 1111 101010000 1010101 101110

Color Harmonies of #D91161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91161

Black with #D91161

Text Example


Text Example

White with #D91161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91161; }

 p { color: rgb(217,17,97); }

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

background-color css

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

 a { background-color: rgb(217,17,97); }

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

border-color css

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

 span { border-color: rgb(217,17,97); }

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