Html Css Color HEX #D7156D Ruby

📋 copy color: '#D7156D'

red 215 ◦ green 21 ◦ blue 109

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

Shades of Ruby #D7156D

Tints of Ruby #D7156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 62.32%
G = 6.09%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7156D (or 0xD7156D) is known color: Ruby. HEX triplet: D7, 15 and 6D. RGB value is (215,21,109). Sum of RGB (Red+Green+Blue) = 215+21+109=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7156D is #28EA92. Grayscale: #585858. Windows color (decimal): -2681491 or 7149015. OLE color: 7149015.

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

Color convert

RGB 215 21 109 -
CMYK 0 0.90 0.49 0.16
HSL 332.78º 0.82% 0.46% -
HSV(B) 332.78º 0.9% 0.84% -
XYZ 31.05 16.09 15.94 -
YUV 89.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 215 21 109 0 0.90 0.49 0.16 332.78 0.82 0.46
Hex D7 15 6D 0 5A 31 10 14D 52 2E
Octal 327 25 155 0 132 61 20 515 122 56
Binary 11010111 10101 1101101 0 1011010 110001 10000 101001101 1010010 101110

Color Harmonies of #D7156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7156D

Black with #D7156D

Text Example


Text Example

White with #D7156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7156D; }

 p { color: rgb(215,21,109); }

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

background-color css

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

 a { background-color: rgb(215,21,109); }

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

border-color css

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

 span { border-color: rgb(215,21,109); }

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