Html Css Color HEX #D7136F Ruby

📋 copy color: '#D7136F'

red 215 ◦ green 19 ◦ blue 111

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

Shades of Ruby #D7136F

Tints of Ruby #D7136F

RGB

 RED value IS 215 (84.38% from 255) = 62.32%

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 62.32%
G = 5.51%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7136F (or 0xD7136F) is known color: Ruby. HEX triplet: D7, 13 and 6F. RGB value is (215,19,111). Sum of RGB (Red+Green+Blue) = 215+19+111=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7136F is #28EC90. Grayscale: #575757. Windows color (decimal): -2682001 or 7279575. OLE color: 7279575.

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

Color convert

RGB 215 19 111 -
CMYK 0 0.91 0.48 0.16
HSL 331.84º 0.84% 0.46% -
HSV(B) 331.84º 0.91% 0.84% -
XYZ 31.13 16.06 16.5 -
YUV 88.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 215 19 111 0 0.91 0.48 0.16 331.84 0.84 0.46
Hex D7 13 6F 0 5B 30 10 14C 54 2E
Octal 327 23 157 0 133 60 20 514 124 56
Binary 11010111 10011 1101111 0 1011011 110000 10000 101001100 1010100 101110

Color Harmonies of #D7136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7136F

Black with #D7136F

Text Example


Text Example

White with #D7136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7136F; }

 p { color: rgb(215,19,111); }

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

background-color css

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

 a { background-color: rgb(215,19,111); }

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

border-color css

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

 span { border-color: rgb(215,19,111); }

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