Html Css Color HEX #D1156D Ruby

📋 copy color: '#D1156D'

red 209 ◦ green 21 ◦ blue 109

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

Shades of Ruby #D1156D

Tints of Ruby #D1156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 61.65%
G = 6.19%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1156D (or 0xD1156D) is known color: Ruby. HEX triplet: D1, 15 and 6D. RGB value is (209,21,109). Sum of RGB (Red+Green+Blue) = 209+21+109=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1156D is #2EEA92. Grayscale: #575757. Windows color (decimal): -3074707 or 7149009. OLE color: 7149009.

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

Color convert

RGB 209 21 109 -
CMYK 0 0.90 0.48 0.18
HSL 331.91º 0.82% 0.45% -
HSV(B) 331.91º 0.9% 0.82% -
XYZ 29.32 15.2 15.86 -
YUV 87.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 209 21 109 0 0.90 0.48 0.18 331.91 0.82 0.45
Hex D1 15 6D 0 5A 30 12 14C 52 2D
Octal 321 25 155 0 132 60 22 514 122 55
Binary 11010001 10101 1101101 0 1011010 110000 10010 101001100 1010010 101101

Color Harmonies of #D1156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1156D

Black with #D1156D

Text Example


Text Example

White with #D1156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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