Html Css Color HEX #D5116C Ruby

📋 copy color: '#D5116C'

red 213 ◦ green 17 ◦ blue 108

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

Shades of Ruby #D5116C

Tints of Ruby #D5116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 63.02%
G = 5.03%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5116C (or 0xD5116C) is known color: Ruby. HEX triplet: D5, 11 and 6C. RGB value is (213,17,108). Sum of RGB (Red+Green+Blue) = 213+17+108=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5116C is #2AEE93. Grayscale: #555555. Windows color (decimal): -2813588 or 7082453. OLE color: 7082453.

HSL color Cylindrical-coordinate representation of color #D5116C: hue angle of 332.14º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5116C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 108 -
CMYK 0 0.92 0.49 0.16
HSL 332.14º 0.85% 0.45% -
HSV(B) 332.14º 0.92% 0.84% -
XYZ 30.35 15.63 15.6 -
YUV 85.98 140.43 218.6 -
System Red Green Blue C M Y K H S L
Decimal 213 17 108 0 0.92 0.49 0.16 332.14 0.85 0.45
Hex D5 11 6C 0 5C 31 10 14C 55 2D
Octal 325 21 154 0 134 61 20 514 125 55
Binary 11010101 10001 1101100 0 1011100 110001 10000 101001100 1010101 101101

Color Harmonies of #D5116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5116C

Black with #D5116C

Text Example


Text Example

White with #D5116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5116C; }

 p { color: rgb(213,17,108); }

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

background-color css

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

 a { background-color: rgb(213,17,108); }

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

border-color css

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

 span { border-color: rgb(213,17,108); }

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