Html Css Color HEX #D8136C Ruby

📋 copy color: '#D8136C'

red 216 ◦ green 19 ◦ blue 108

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

Shades of Ruby #D8136C

Tints of Ruby #D8136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 62.97%
G = 5.54%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8136C (or 0xD8136C) is known color: Ruby. HEX triplet: D8, 13 and 6C. RGB value is (216,19,108). Sum of RGB (Red+Green+Blue) = 216+19+108=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8136C is #27EC93. Grayscale: #575757. Windows color (decimal): -2616468 or 7082968. OLE color: 7082968.

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

Color convert

RGB 216 19 108 -
CMYK 0 0.91 0.50 0.15
HSL 332.89º 0.84% 0.46% -
HSV(B) 332.89º 0.91% 0.85% -
XYZ 31.26 16.15 15.66 -
YUV 88.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 216 19 108 0 0.91 0.50 0.15 332.89 0.84 0.46
Hex D8 13 6C 0 5B 32 F 14D 54 2E
Octal 330 23 154 0 133 62 17 515 124 56
Binary 11011000 10011 1101100 0 1011011 110010 1111 101001101 1010100 101110

Color Harmonies of #D8136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8136C

Black with #D8136C

Text Example


Text Example

White with #D8136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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