Html Css Color HEX #D9146C Ruby

📋 copy color: '#D9146C'

red 217 ◦ green 20 ◦ blue 108

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

Shades of Ruby #D9146C

Tints of Ruby #D9146C

RGB

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

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

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

R = 62.9%
G = 5.8%
B = 31.3%

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

#D9146C (or 0xD9146C) is known color: Ruby. HEX triplet: D9, 14 and 6C. RGB value is (217,20,108). Sum of RGB (Red+Green+Blue) = 217+20+108=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146C is #26EB93. Grayscale: #585858. Windows color (decimal): -2550676 or 7083225. OLE color: 7083225.

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

Color convert

RGB 217 20 108 -
CMYK 0 0.91 0.50 0.15
HSL 333.2º 0.83% 0.46% -
HSV(B) 333.2º 0.91% 0.85% -
XYZ 31.57 16.33 15.68 -
YUV 88.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 217 20 108 0 0.91 0.50 0.15 333.2 0.83 0.46
Hex D9 14 6C 0 5B 32 F 14D 53 2E
Octal 331 24 154 0 133 62 17 515 123 56
Binary 11011001 10100 1101100 0 1011011 110010 1111 101001101 1010011 101110

Color Harmonies of #D9146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9146C

Black with #D9146C

Text Example


Text Example

White with #D9146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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