Html Css Color HEX #D7136C Ruby

📋 copy color: '#D7136C'

red 215 ◦ green 19 ◦ blue 108

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

Shades of Ruby #D7136C

Tints of Ruby #D7136C

RGB

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

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

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

R = 62.87%
G = 5.56%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7136C (or 0xD7136C) is known color: Ruby. HEX triplet: D7, 13 and 6C. RGB value is (215,19,108). Sum of RGB (Red+Green+Blue) = 215+19+108=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7136C is #28EC93. Grayscale: #575757. Windows color (decimal): -2682004 or 7082967. OLE color: 7082967.

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

Color convert

RGB 215 19 108 -
CMYK 0 0.91 0.50 0.16
HSL 332.76º 0.84% 0.46% -
HSV(B) 332.76º 0.91% 0.84% -
XYZ 30.96 16 15.64 -
YUV 87.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 215 19 108 0 0.91 0.50 0.16 332.76 0.84 0.46
Hex D7 13 6C 0 5B 32 10 14D 54 2E
Octal 327 23 154 0 133 62 20 515 124 56
Binary 11010111 10011 1101100 0 1011011 110010 10000 101001101 1010100 101110

Color Harmonies of #D7136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7136C

Black with #D7136C

Text Example


Text Example

White with #D7136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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