Html Css Color HEX #D5156D Ruby

📋 copy color: '#D5156D'

red 213 ◦ green 21 ◦ blue 109

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

Shades of Ruby #D5156D

Tints of Ruby #D5156D

RGB

 RED value IS 213 (83.59% from 255) = 62.1%

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

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

R = 62.1%
G = 6.12%
B = 31.78%

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

#D5156D (or 0xD5156D) is known color: Ruby. HEX triplet: D5, 15 and 6D. RGB value is (213,21,109). Sum of RGB (Red+Green+Blue) = 213+21+109=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5156D is #2AEA92. Grayscale: #585858. Windows color (decimal): -2812563 or 7149013. OLE color: 7149013.

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

Color convert

RGB 213 21 109 -
CMYK 0 0.90 0.49 0.16
HSL 332.5º 0.82% 0.46% -
HSV(B) 332.5º 0.9% 0.84% -
XYZ 30.47 15.79 15.91 -
YUV 88.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 213 21 109 0 0.90 0.49 0.16 332.5 0.82 0.46
Hex D5 15 6D 0 5A 31 10 14C 52 2E
Octal 325 25 155 0 132 61 20 514 122 56
Binary 11010101 10101 1101101 0 1011010 110001 10000 101001100 1010010 101110

Color Harmonies of #D5156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5156D

Black with #D5156D

Text Example


Text Example

White with #D5156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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