Html Css Color HEX #D9146A Ruby

📋 copy color: '#D9146A'

red 217 ◦ green 20 ◦ blue 106

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

Shades of Ruby #D9146A

Tints of Ruby #D9146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 63.27%
G = 5.83%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9146A (or 0xD9146A) is known color: Ruby. HEX triplet: D9, 14 and 6A. RGB value is (217,20,106). Sum of RGB (Red+Green+Blue) = 217+20+106=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146A is #26EB95. Grayscale: #585858. Windows color (decimal): -2550678 or 6952153. OLE color: 6952153.

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

Color convert

RGB 217 20 106 -
CMYK 0 0.91 0.51 0.15
HSL 333.81º 0.83% 0.46% -
HSV(B) 333.81º 0.91% 0.85% -
XYZ 31.47 16.29 15.12 -
YUV 88.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 217 20 106 0 0.91 0.51 0.15 333.81 0.83 0.46
Hex D9 14 6A 0 5B 33 F 14E 53 2E
Octal 331 24 152 0 133 63 17 516 123 56
Binary 11011001 10100 1101010 0 1011011 110011 1111 101001110 1010011 101110

Color Harmonies of #D9146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9146A

Black with #D9146A

Text Example


Text Example

White with #D9146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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