Html Css Color HEX #D9146F Ruby

📋 copy color: '#D9146F'

red 217 ◦ green 20 ◦ blue 111

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

Shades of Ruby #D9146F

Tints of Ruby #D9146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 62.36%
G = 5.75%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9146F (or 0xD9146F) is known color: Ruby. HEX triplet: D9, 14 and 6F. RGB value is (217,20,111). Sum of RGB (Red+Green+Blue) = 217+20+111=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146F is #26EB90. Grayscale: #595959. Windows color (decimal): -2550673 or 7279833. OLE color: 7279833.

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

Color convert

RGB 217 20 111 -
CMYK 0 0.91 0.49 0.15
HSL 332.28º 0.83% 0.46% -
HSV(B) 332.28º 0.91% 0.85% -
XYZ 31.73 16.4 16.53 -
YUV 89.28 140.27 219.1 -
System Red Green Blue C M Y K H S L
Decimal 217 20 111 0 0.91 0.49 0.15 332.28 0.83 0.46
Hex D9 14 6F 0 5B 31 F 14C 53 2E
Octal 331 24 157 0 133 61 17 514 123 56
Binary 11011001 10100 1101111 0 1011011 110001 1111 101001100 1010011 101110

Color Harmonies of #D9146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9146F

Black with #D9146F

Text Example


Text Example

White with #D9146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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