Html Css Color HEX #D5156E Ruby

📋 copy color: '#D5156E'

red 213 ◦ green 21 ◦ blue 110

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

Shades of Ruby #D5156E

Tints of Ruby #D5156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 61.92%
G = 6.1%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5156E (or 0xD5156E) is known color: Ruby. HEX triplet: D5, 15 and 6E. RGB value is (213,21,110). Sum of RGB (Red+Green+Blue) = 213+21+110=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5156E is #2AEA91. Grayscale: #585858. Windows color (decimal): -2812562 or 7214549. OLE color: 7214549.

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

Color convert

RGB 213 21 110 -
CMYK 0 0.90 0.48 0.16
HSL 332.19º 0.82% 0.46% -
HSV(B) 332.19º 0.9% 0.84% -
XYZ 30.52 15.81 16.19 -
YUV 88.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 213 21 110 0 0.90 0.48 0.16 332.19 0.82 0.46
Hex D5 15 6E 0 5A 30 10 14C 52 2E
Octal 325 25 156 0 132 60 20 514 122 56
Binary 11010101 10101 1101110 0 1011010 110000 10000 101001100 1010010 101110

Color Harmonies of #D5156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5156E

Black with #D5156E

Text Example


Text Example

White with #D5156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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