Html Css Color HEX #D5156B Ruby

📋 copy color: '#D5156B'

red 213 ◦ green 21 ◦ blue 107

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

Shades of Ruby #D5156B

Tints of Ruby #D5156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 62.46%
G = 6.16%
B = 31.38%

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

#D5156B (or 0xD5156B) is known color: Ruby. HEX triplet: D5, 15 and 6B. RGB value is (213,21,107). Sum of RGB (Red+Green+Blue) = 213+21+107=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5156B is #2AEA94. Grayscale: #585858. Windows color (decimal): -2812565 or 7017941. OLE color: 7017941.

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

Color convert

RGB 213 21 107 -
CMYK 0 0.90 0.50 0.16
HSL 333.13º 0.82% 0.46% -
HSV(B) 333.13º 0.9% 0.84% -
XYZ 30.36 15.74 15.35 -
YUV 88.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 213 21 107 0 0.90 0.50 0.16 333.13 0.82 0.46
Hex D5 15 6B 0 5A 32 10 14D 52 2E
Octal 325 25 153 0 132 62 20 515 122 56
Binary 11010101 10101 1101011 0 1011010 110010 10000 101001101 1010010 101110

Color Harmonies of #D5156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5156B

Black with #D5156B

Text Example


Text Example

White with #D5156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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