Html Css Color HEX #D8136A Ruby

📋 copy color: '#D8136A'

red 216 ◦ green 19 ◦ blue 106

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

Shades of Ruby #D8136A

Tints of Ruby #D8136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 63.34%
G = 5.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8136A (or 0xD8136A) is known color: Ruby. HEX triplet: D8, 13 and 6A. RGB value is (216,19,106). Sum of RGB (Red+Green+Blue) = 216+19+106=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8136A is #27EC95. Grayscale: #575757. Windows color (decimal): -2616470 or 6951896. OLE color: 6951896.

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

Color convert

RGB 216 19 106 -
CMYK 0 0.91 0.51 0.15
HSL 333.5º 0.84% 0.46% -
HSV(B) 333.5º 0.91% 0.85% -
XYZ 31.15 16.11 15.1 -
YUV 87.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 216 19 106 0 0.91 0.51 0.15 333.5 0.84 0.46
Hex D8 13 6A 0 5B 33 F 14E 54 2E
Octal 330 23 152 0 133 63 17 516 124 56
Binary 11011000 10011 1101010 0 1011011 110011 1111 101001110 1010100 101110

Color Harmonies of #D8136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8136A

Black with #D8136A

Text Example


Text Example

White with #D8136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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