Html Css Color HEX #D9146D Ruby

📋 copy color: '#D9146D'

red 217 ◦ green 20 ◦ blue 109

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

Shades of Ruby #D9146D

Tints of Ruby #D9146D

RGB

 RED value IS 217 (85.16% from 255) = 62.72%

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 62.72%
G = 5.78%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9146D (or 0xD9146D) is known color: Ruby. HEX triplet: D9, 14 and 6D. RGB value is (217,20,109). Sum of RGB (Red+Green+Blue) = 217+20+109=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146D is #26EB92. Grayscale: #585858. Windows color (decimal): -2550675 or 7148761. OLE color: 7148761.

HSL color Cylindrical-coordinate representation of color #D9146D: hue angle of 332.89º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9146D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 109 -
CMYK 0 0.91 0.50 0.15
HSL 332.89º 0.83% 0.46% -
HSV(B) 332.89º 0.91% 0.85% -
XYZ 31.63 16.36 15.96 -
YUV 89.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 217 20 109 0 0.91 0.50 0.15 332.89 0.83 0.46
Hex D9 14 6D 0 5B 32 F 14D 53 2E
Octal 331 24 155 0 133 62 17 515 123 56
Binary 11011001 10100 1101101 0 1011011 110010 1111 101001101 1010011 101110

Color Harmonies of #D9146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9146D

Black with #D9146D

Text Example


Text Example

White with #D9146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9146D; }

 p { color: rgb(217,20,109); }

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

background-color css

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

 a { background-color: rgb(217,20,109); }

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

border-color css

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

 span { border-color: rgb(217,20,109); }

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