Html Css Color HEX #D9195B Ruby

📋 copy color: '#D9195B'

red 217 ◦ green 25 ◦ blue 91

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

Shades of Ruby #D9195B

Tints of Ruby #D9195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 65.17%
G = 7.51%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9195B (or 0xD9195B) is known color: Ruby. HEX triplet: D9, 19 and 5B. RGB value is (217,25,91). Sum of RGB (Red+Green+Blue) = 217+25+91=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9195B is #26E6A4. Grayscale: #595959. Windows color (decimal): -2549413 or 5970393. OLE color: 5970393.

HSL color Cylindrical-coordinate representation of color #D9195B: hue angle of 339.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9195B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 91 -
CMYK 0 0.88 0.58 0.15
HSL 339.38º 0.79% 0.47% -
HSV(B) 339.38º 0.88% 0.85% -
XYZ 30.85 16.2 11.4 -
YUV 89.93 128.61 218.63 -
System Red Green Blue C M Y K H S L
Decimal 217 25 91 0 0.88 0.58 0.15 339.38 0.79 0.47
Hex D9 19 5B 0 58 3A F 153 4F 2F
Octal 331 31 133 0 130 72 17 523 117 57
Binary 11011001 11001 1011011 0 1011000 111010 1111 101010011 1001111 101111

Color Harmonies of #D9195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9195B

Black with #D9195B

Text Example


Text Example

White with #D9195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9195B; }

 p { color: rgb(217,25,91); }

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

background-color css

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

 a { background-color: rgb(217,25,91); }

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

border-color css

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

 span { border-color: rgb(217,25,91); }

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