Html Css Color HEX #D8134E Ruby

📋 copy color: '#D8134E'

red 216 ◦ green 19 ◦ blue 78

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

Shades of Ruby #D8134E

Tints of Ruby #D8134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 69.01%
G = 6.07%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8134E (or 0xD8134E) is known color: Ruby. HEX triplet: D8, 13 and 4E. RGB value is (216,19,78). Sum of RGB (Red+Green+Blue) = 216+19+78=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8134E is #27ECB1. Grayscale: #545454. Windows color (decimal): -2616498 or 5116888. OLE color: 5116888.

HSL color Cylindrical-coordinate representation of color #D8134E: hue angle of 342.03º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8134E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 78 -
CMYK 0 0.91 0.64 0.15
HSL 342.03º 0.84% 0.46% -
HSV(B) 342.03º 0.91% 0.85% -
XYZ 29.93 15.61 8.64 -
YUV 84.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 216 19 78 0 0.91 0.64 0.15 342.03 0.84 0.46
Hex D8 13 4E 0 5B 40 F 156 54 2E
Octal 330 23 116 0 133 100 17 526 124 56
Binary 11011000 10011 1001110 0 1011011 1000000 1111 101010110 1010100 101110

Color Harmonies of #D8134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8134E

Black with #D8134E

Text Example


Text Example

White with #D8134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8134E; }

 p { color: rgb(216,19,78); }

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

background-color css

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

 a { background-color: rgb(216,19,78); }

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

border-color css

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

 span { border-color: rgb(216,19,78); }

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