Html Css Color HEX #D8124F Ruby

📋 copy color: '#D8124F'

red 216 ◦ green 18 ◦ blue 79

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

Shades of Ruby #D8124F

Tints of Ruby #D8124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 69.01%
G = 5.75%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8124F (or 0xD8124F) is known color: Ruby. HEX triplet: D8, 12 and 4F. RGB value is (216,18,79). Sum of RGB (Red+Green+Blue) = 216+18+79=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8124F is #27EDB0. Grayscale: #545454. Windows color (decimal): -2616753 or 5182168. OLE color: 5182168.

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

Color convert

RGB 216 18 79 -
CMYK 0 0.92 0.63 0.15
HSL 341.52º 0.85% 0.46% -
HSV(B) 341.52º 0.92% 0.85% -
XYZ 29.95 15.6 8.83 -
YUV 84.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 216 18 79 0 0.92 0.63 0.15 341.52 0.85 0.46
Hex D8 12 4F 0 5C 3F F 156 55 2E
Octal 330 22 117 0 134 77 17 526 125 56
Binary 11011000 10010 1001111 0 1011100 111111 1111 101010110 1010101 101110

Color Harmonies of #D8124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8124F

Black with #D8124F

Text Example


Text Example

White with #D8124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8124F; }

 p { color: rgb(216,18,79); }

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

background-color css

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

 a { background-color: rgb(216,18,79); }

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

border-color css

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

 span { border-color: rgb(216,18,79); }

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