Html Css Color HEX #D1146F Ruby

📋 copy color: '#D1146F'

red 209 ◦ green 20 ◦ blue 111

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

Shades of Ruby #D1146F

Tints of Ruby #D1146F

RGB

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

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

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

R = 61.47%
G = 5.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1146F (or 0xD1146F) is known color: Ruby. HEX triplet: D1, 14 and 6F. RGB value is (209,20,111). Sum of RGB (Red+Green+Blue) = 209+20+111=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1146F is #2EEB90. Grayscale: #565656. Windows color (decimal): -3074961 or 7279825. OLE color: 7279825.

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

Color convert

RGB 209 20 111 -
CMYK 0 0.90 0.47 0.18
HSL 331.11º 0.83% 0.45% -
HSV(B) 331.11º 0.9% 0.82% -
XYZ 29.41 15.2 16.42 -
YUV 86.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 209 20 111 0 0.90 0.47 0.18 331.11 0.83 0.45
Hex D1 14 6F 0 5A 2F 12 14B 53 2D
Octal 321 24 157 0 132 57 22 513 123 55
Binary 11010001 10100 1101111 0 1011010 101111 10010 101001011 1010011 101101

Color Harmonies of #D1146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1146F

Black with #D1146F

Text Example


Text Example

White with #D1146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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