Html Css Color HEX #D8195D Ruby

📋 copy color: '#D8195D'

red 216 ◦ green 25 ◦ blue 93

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

Shades of Ruby #D8195D

Tints of Ruby #D8195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 64.67%
G = 7.49%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8195D (or 0xD8195D) is known color: Ruby. HEX triplet: D8, 19 and 5D. RGB value is (216,25,93). Sum of RGB (Red+Green+Blue) = 216+25+93=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8195D is #27E6A2. Grayscale: #595959. Windows color (decimal): -2614947 or 6101464. OLE color: 6101464.

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

Color convert

RGB 216 25 93 -
CMYK 0 0.88 0.57 0.15
HSL 338.64º 0.79% 0.47% -
HSV(B) 338.64º 0.88% 0.85% -
XYZ 30.64 16.08 11.85 -
YUV 89.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 216 25 93 0 0.88 0.57 0.15 338.64 0.79 0.47
Hex D8 19 5D 0 58 39 F 153 4F 2F
Octal 330 31 135 0 130 71 17 523 117 57
Binary 11011000 11001 1011101 0 1011000 111001 1111 101010011 1001111 101111

Color Harmonies of #D8195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8195D

Black with #D8195D

Text Example


Text Example

White with #D8195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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