Html Css Color HEX #D8195C Ruby

📋 copy color: '#D8195C'

red 216 ◦ green 25 ◦ blue 92

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

Shades of Ruby #D8195C

Tints of Ruby #D8195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 64.86%
G = 7.51%
B = 27.63%

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

#D8195C (or 0xD8195C) is known color: Ruby. HEX triplet: D8, 19 and 5C. RGB value is (216,25,92). Sum of RGB (Red+Green+Blue) = 216+25+92=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8195C is #27E6A3. Grayscale: #595959. Windows color (decimal): -2614948 or 6035928. OLE color: 6035928.

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

Color convert

RGB 216 25 92 -
CMYK 0 0.88 0.57 0.15
HSL 338.95º 0.79% 0.47% -
HSV(B) 338.95º 0.88% 0.85% -
XYZ 30.6 16.07 11.61 -
YUV 89.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 216 25 92 0 0.88 0.57 0.15 338.95 0.79 0.47
Hex D8 19 5C 0 58 39 F 153 4F 2F
Octal 330 31 134 0 130 71 17 523 117 57
Binary 11011000 11001 1011100 0 1011000 111001 1111 101010011 1001111 101111

Color Harmonies of #D8195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8195C

Black with #D8195C

Text Example


Text Example

White with #D8195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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