Html Css Color HEX #D8195B Ruby

📋 copy color: '#D8195B'

red 216 ◦ green 25 ◦ blue 91

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

Shades of Ruby #D8195B

Tints of Ruby #D8195B

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

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

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

R = 65.06%
G = 7.53%
B = 27.41%

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

#D8195B (or 0xD8195B) is known color: Ruby. HEX triplet: D8, 19 and 5B. RGB value is (216,25,91). Sum of RGB (Red+Green+Blue) = 216+25+91=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8195B is #27E6A4. Grayscale: #595959. Windows color (decimal): -2614949 or 5970392. OLE color: 5970392.

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

Color convert

RGB 216 25 91 -
CMYK 0 0.88 0.58 0.15
HSL 339.27º 0.79% 0.47% -
HSV(B) 339.27º 0.88% 0.85% -
XYZ 30.55 16.05 11.38 -
YUV 89.63 128.78 218.13 -
System Red Green Blue C M Y K H S L
Decimal 216 25 91 0 0.88 0.58 0.15 339.27 0.79 0.47
Hex D8 19 5B 0 58 3A F 153 4F 2F
Octal 330 31 133 0 130 72 17 523 117 57
Binary 11011000 11001 1011011 0 1011000 111010 1111 101010011 1001111 101111

Color Harmonies of #D8195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8195B

Black with #D8195B

Text Example


Text Example

White with #D8195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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