Html Css Color HEX #D1156B Ruby

📋 copy color: '#D1156B'

red 209 ◦ green 21 ◦ blue 107

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

Shades of Ruby #D1156B

Tints of Ruby #D1156B

RGB

 RED value IS 209 (82.03% from 255) = 62.02%

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

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

R = 62.02%
G = 6.23%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1156B (or 0xD1156B) is known color: Ruby. HEX triplet: D1, 15 and 6B. RGB value is (209,21,107). Sum of RGB (Red+Green+Blue) = 209+21+107=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1156B is #2EEA94. Grayscale: #565656. Windows color (decimal): -3074709 or 7017937. OLE color: 7017937.

HSL color Cylindrical-coordinate representation of color #D1156B: hue angle of 332.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1156B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 107 -
CMYK 0 0.90 0.49 0.18
HSL 332.55º 0.82% 0.45% -
HSV(B) 332.55º 0.9% 0.82% -
XYZ 29.22 15.15 15.29 -
YUV 87.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 209 21 107 0 0.90 0.49 0.18 332.55 0.82 0.45
Hex D1 15 6B 0 5A 31 12 14D 52 2D
Octal 321 25 153 0 132 61 22 515 122 55
Binary 11010001 10101 1101011 0 1011010 110001 10010 101001101 1010010 101101

Color Harmonies of #D1156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1156B

Black with #D1156B

Text Example


Text Example

White with #D1156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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