Html Css Color HEX #D8195A Ruby

📋 copy color: '#D8195A'

red 216 ◦ green 25 ◦ blue 90

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

Shades of Ruby #D8195A

Tints of Ruby #D8195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 65.26%
G = 7.55%
B = 27.19%

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

#D8195A (or 0xD8195A) is known color: Ruby. HEX triplet: D8, 19 and 5A. RGB value is (216,25,90). Sum of RGB (Red+Green+Blue) = 216+25+90=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8195A is #27E6A5. Grayscale: #595959. Windows color (decimal): -2614950 or 5904856. OLE color: 5904856.

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

Color convert

RGB 216 25 90 -
CMYK 0 0.88 0.58 0.15
HSL 339.58º 0.79% 0.47% -
HSV(B) 339.58º 0.88% 0.85% -
XYZ 30.51 16.03 11.16 -
YUV 89.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 216 25 90 0 0.88 0.58 0.15 339.58 0.79 0.47
Hex D8 19 5A 0 58 3A F 154 4F 2F
Octal 330 31 132 0 130 72 17 524 117 57
Binary 11011000 11001 1011010 0 1011000 111010 1111 101010100 1001111 101111

Color Harmonies of #D8195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8195A

Black with #D8195A

Text Example


Text Example

White with #D8195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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