Html Css Color HEX #D5156A Ruby

📋 copy color: '#D5156A'

red 213 ◦ green 21 ◦ blue 106

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

Shades of Ruby #D5156A

Tints of Ruby #D5156A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 62.65%
G = 6.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5156A (or 0xD5156A) is known color: Ruby. HEX triplet: D5, 15 and 6A. RGB value is (213,21,106). Sum of RGB (Red+Green+Blue) = 213+21+106=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5156A is #2AEA95. Grayscale: #575757. Windows color (decimal): -2812566 or 6952405. OLE color: 6952405.

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

Color convert

RGB 213 21 106 -
CMYK 0 0.90 0.50 0.16
HSL 333.44º 0.82% 0.46% -
HSV(B) 333.44º 0.9% 0.84% -
XYZ 30.31 15.72 15.07 -
YUV 88.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 213 21 106 0 0.90 0.50 0.16 333.44 0.82 0.46
Hex D5 15 6A 0 5A 32 10 14D 52 2E
Octal 325 25 152 0 132 62 20 515 122 56
Binary 11010101 10101 1101010 0 1011010 110010 10000 101001101 1010010 101110

Color Harmonies of #D5156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5156A

Black with #D5156A

Text Example


Text Example

White with #D5156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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